/* CSS Document */


/* Links */
A:link.blue { text-decoration: none; color:#00357b; font-weight: bold;}
A:visited.blue { text-decoration: none; color:#00357b; font-weight: bold;}
A:hover.blue { text-decoration: none; color:#98999b; font-weight: bold;}

A:link.blue-light { text-decoration: none; color:#4b87cf; font-weight: bold;}
A:visited.blue-light  { text-decoration: none; color:#4b87cf; font-weight: bold;}
A:hover.blue-light  { text-decoration: none; color:#98999b; font-weight: bold;}

A:link.bluesmall { text-decoration: none; color:#00357b; }
A:visited.bluesmall { text-decoration: none; color:#00357b; }
A:hover.bluesmall { text-decoration: none; color:#98999b; }

A:link.green { text-decoration: none; color:#57702f; font-weight: bold;}
A:visited.green { text-decoration: none; color:#57702f; font-weight: bold;}
A:hover.green { text-decoration: none; color:#98999b; font-weight: bold;}

A:link.green-bright { text-decoration: none; color:#058d43; font-weight: bold;}
A:visited.green-bright { text-decoration: none; color:#058d43; font-weight: bold;}
A:hover.green-bright { text-decoration: none; color:#98999b; font-weight: bold;}

A:link.orange { text-decoration: none; color:#c98a07; font-weight: bold;}
A:visited.orange { text-decoration: none; color:#c98a07; font-weight: bold;}
A:hover.orange { text-decoration: none; color:#98999b; font-weight: bold;}

A:link.footer { text-decoration: none; color:#000000; font-weight: normal;}
A:visited.footer { text-decoration: none; color:#000000; font-weight: normal;}
A:hover.footer { text-decoration: none; color:#98999b; font-weight: normal;}

/* Text */
span.blue { font-weight:bold; color:#00357b;}
span.green { font-weight:bold; color:#57702f;}
span.green-bright { font-weight:bold; color:#058d43;}
span.smallgreen { color:#57702f;}
span.orange { font-weight:bold; color:#c98a07;} 
span.brown { font-weight:bold; color:#533c1a;}
span.bodytextbig { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9pt; line-height:14pt;}
span.head { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14pt; line-height:14pt;}

/* Structure */
div.bodytext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8.5pt; line-height:14pt;}
div.bodytextsmall { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; line-height:12pt;}
div.footer { height:40px; width:819px; background-color:#bfd0e4; text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8px; }
div.footer2 { height:40px; width:822px; background-color:#bfd0e4; text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8px; }
div.navigation { padding:10px; text-align:left;}

/* LISTS */
ul {list-style-type: disc; margin: 0em 0 1em 20px }
ol {list-style-type: decimal; margin: 0em 0 0em 24px }

