@charset "utf-8";
/* CSS Document */
body {
margin:0px;
font-family:Arial;
font-size:12px;
color:#333;
background-color:#E1EAC7;
}
.small_red_text {
font-size:12px;
color:#999999;
}
.links {
color:#999900;
text-decoration:none;
font-family:"Times New Roman", Times, serif;
font-size:15px;
font-style:italic;

}
.links:hover{
color:#000;
text-decoration:none;
font-style:italic;
}
.links2{
color:#999900;
text-decoration:none;
font-size:15px;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;


}
.links2:hover{
color:#000;
text-decoration:none;
font-size:20px;
font-weight:bold;
}
.bigtext {
font-size:20px;
font-weight:bold;
color:#999900;
}
.whites {
color:#FFFFFF;
}
.leftlines {
border-right:#CCCCCC dotted 1px;
}
.bottomlines {
border-bottom:#CCCCCC dotted 1px;
}
.navigation {
color:#333;
text-decoration:none;
font-weight:bold;
}
.navigation:hover{
color:#999900;
text-decoration:none;
}
.smallredtext {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10PX;
	font-weight:bold;
	color:#e40001;
	}
.heading {
color:#999900;
font-weight:bold;
font-size:12px;
}	
