body {
	background-color: #373737;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.border {
	border: 1px solid #ae051e;
}
.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #373737;
}
.text-black {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.text-black_lg {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.text-red {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ae051e;
}
.text-gray {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #c6c8c8;
}
.text-white {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.text-white_lg {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}
.header_red {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #ae051e;
	font-weight: bold;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ae051e;
	text-decoration:none;
}	
	
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ae051e;	
	text-decoration:underline;
}

a.white_links {
text-decoration:none;
	color: #FFFFFF;
	font-size: 9pt;
}

a.white_links:hover {
text-decoration:underline;
	color: #FFFFFF;
	font-size: 9pt;
}

a.btm_links {
text-decoration:none;
	color: #c6c8c8;
	font-size: 8pt;
}

a.btm_links:hover {
text-decoration:underline;
	color: #c6c8c8;
	font-size: 8pt;
}