@charset "utf-8";
/* CSS Document */

/*Body Styles*/
body {
	background-color: #fff;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.body {
	font-family: tahoma; 
	font-size: 12px;
}

.redbody {
	font-family: tahoma; 
	font-size: 12px;
	color: #ff0000;
}

.whitetext {
	 font-family: "Arial";
	 color: #fff;
	 font-size: 10pt;
}

/*Subhead Style*/
.subhead {
	 font-family: "Arial";
	 color: #764628;
	 font-style: oblique;
	 font-weight: bold;
	 font-size: 13pt;
}

/*Hyperlink Style*/
a {
	 font-family: "Arial";
 	color: #140e54;
	 text-decoration:none;
} 

/*Hyperlink Hover Style*/
a:hover {
	 font-family: "Arial";
	 color: #140e54; 
	 text-decoration:underline;
}

/* Additional Link Style*/
a.white_links {
	 font-family: "Arial";
	text-decoration:none;
	color: #cdb4a0;
	font-size: 10pt;
}

a.white_links:hover {
	 font-family: "Arial";
	text-decoration:underline;
	color: #cdb4a0;
	font-size: 10pt;
}