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

 
 
body {
	background-color: #CCCCCC;
}
 
 
.footertext {color: #FFFFFF}
 
a.footerlink {
	color: #FFFFFF;
	text-decoration: none;
	
}
 

a.footerlink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

 
a.redlinks {
	color: red;
	text-decoration: none;
	
}
 

a.redlinks:hover {
	text-decoration: underline;
	color: red;
}

ul.specials li { color:red; }
		ul.specials li p { color:red; }
		
		
 
.redfooter {color: #FF0000}
 
		
h1 {
	font-family: Arial, Helvetica, sans-serif; 
}
body {
	font-family: Arial, Helvetica, sans-serif; 
	 
}

table {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px;
}