/* CSS Document */

table, tr, td, body { 
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
font-size: 14px; 
color: #333366; 
}
.white{color:#ffffff;}
a:link { color: #993333; text-decoration: underline; font-weight: normal; font-size: 13px;  }
a:visited { color: #AD6161; text-decoration: underline; font-weight: normal; }
a:hover { color: #333366; text-decoration: underline; font-weight: normal; }
a:active { color: #333366; text-decoration: underline; font-weight: normal; }

a.head { text-decoration: underline; font-weight: bold; font-size: 14px; }
a.head:link { color: #ffffff; font-weight: bold; }
a.head:visited { color: #ffffff; font-weight: bold; }
a.head:hover { color: #ffffcc; font-weight: bold; }
a.head:active { color: #ffffcc; font-weight: bold; }

a.side { text-decoration: underline; font-size: 12px; }
a.side:link { color: #cccccc; }
a.side:visited { color: #cccccc; }
a.side:hover { color:#FFCC00; }
a.side:active { color: #ffffcc; }

a.side1{ text-decoration: underline; font-size: 10px;color: #666666;}
h3,h2{ font-size: 18px; font-weight: bold; text-align: center; }

a.largered{
font-family:Arial, Helvetica, sans-serif;
color:#993333;
font-size:18px;
text-decoration:underline;
}
a.largered:hover{
font-family:Arial, Helvetica, sans-serif;
color:#333366;
font-size:18px;
text-decoration:underline;
}