/* CSS Document */
body {
	background-color: #6d1c20;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #0d77bd;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0d77bd;
}
a:hover {
	text-decoration: none;
	color: #0d77bd;
}
a:active {
	text-decoration: underline;
	color: #0d77bd;
}
.home_page_text {color:#FFFFFF;}
.home_page_text a:link {color:#FFFFFF;}
.home_page_text a:visited {color:#FFFFFF;}
.home_page_text a:hover {color:#FFFFFF;}
.home_page_text a:active {color:#FFFFFF;}
.copyright {font-size:10px;
			text-align:center;}
.banner_text {color:#000000;
              font-size:13px;
			  font-weight:bold;
			  font-style:italic;}
.headings {color:#781f23;
		   font-size:14px;
		   font-weight:bold;
		   text-transform:uppercase;}
.required_fields {color:#FF0000;
				  font-style:italic;}
