body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.indent {
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}
.indent_small {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #595959;
	text-decoration: none;
	background-position: left;

}
.text_orange {
	color: #EDA41B;
}
.text_red {
	color: #91060C;
}
.text_yellow {
	color: #A0900F;
}

.text_yellow_under {
	text-decoration: underline;	
	color: #A0900F;
}
.bg_gray_light {
	background-color: #E6E6E6;
}
.bg_gray_dark {
	background-color: #B4B4B4;
}
.text_white {
	color: #FFFFFF;
}
.header_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #91060C;
	margin-bottom: 10px;
}
a {
	color: #595959;
}
.text_red_underline {
	text-decoration: underline;
	color: #91060C;
}

