@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	background-color: #e9d4a7;
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
}

.lgheader {
	color: #006fba;
	font-size: 20pt;
}
.smlheader {
	font-size: 17px;
	color: #006fba;
}


.redtext {
	color: #CC0000;
	}
	
.copyright {
	font-size: 10pt;
	}
	
.mobile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

#mobile a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#mobile a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#mobile a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #0074bf;
	font-size: inherit;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	font-size: 
	font-family: "Times New Roman", Times, seriff;
	text-decoration: underline;
}

a:hover { color: #616161; 
	font-size: 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline; 

