/* CSS Document */

.text {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #003366;
font-size: small;
}

.smalltext {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #003366;
font-size: x-small;
}

.smallwhitetext {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #CCCCCC;
font-size: x-small;
}

.whitetext {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #EFEFEF;
font-size: small;
}

table.whiteborder {
border: 1px solid #FFFFFF;
}

td.darkblueborder {
border: 1px solid #00509F;
background: #00509F;
font-size: small;
}

td.lightblueborder {
border: 1px solid #0088CA;
font-size: small;
}

a:link { text-decoration: none; color: #003366; }
a:visited { text-decoration: none; color: #006699; }
a:hover { text-decoration: underline; color: #003366; }

a.white:link { text-decoration: none; color: #CCCCCC; }
a.white:visited { text-decoration: none; color: #DDDDDD; }
a.white:hover { text-decoration: underline; color: #CCCCCC; }

.date {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #003366;
font-size: x-small;
}
