@charset "utf-8";
/* CSS Document */
body {
margin:0px;
font-family:Georgia, Arial;
font-size:12px;
color:#333;
}
.small_red_text {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}
.links {
color:#999900;
text-decoration:none;
}
.links:hover{
color:#333;
text-decoration:none;
}
.navigate {
color:#000;
font-weight:bold;
text-decoration:none;
}
.navigate:hover{
color:#333333;
text-decoration:none;
}
.bigtext {
font-family:"Myriad Pro";
font-size:20px;
color:#666666;
font-weight:bold;
}
.bigtextt {
font-family:"Myriad Pro";
font-size:20px;
color:#FFFFFF;
font-weight:bold;
}
.whites {
color:#FFFFFF;
}
