/* CSS Document */
a:link {color: white; text-decoration:none;}
a:visited {color: yellow; text-decoration: none;}
a:hover {color: white; text-decoration:none;}
a:active {color: #006666; text-decoration:none;}

a.btmnav:link { font-size: 11px; color: #ffffff; text-decoration: none; }
a.btmnav:visited { font-size: 11px; color: #ffffff; text-decoration: none; }
a.btmnav:active { font-size: 11px; color: #FFCC00; text-decoration: none; }
a.btmnav:hover { font-size: 11px; color: #FFCC00; text-decoration: none; }

a.topnav:link { font-family:Trebuchet MS; font-size: 16px; font-weight:bold; color: #000; text-decoration: none; }
a.topnav:visited { font-family:Trebuchet MS; font-size: 16px; font-weight:bold; color: #000; text-decoration: none; }
a.topnav:active { font-family:Trebuchet MS; font-size: 16px;  font-weight:bold; color: #000; text-decoration: none; }
a.topnav:hover { font-family:Trebuchet MS; font-size: 16px; font-weight:bold; color: #730302; text-decoration: none; }

a.more:link { font-size: 12px; color: #EB9219; text-decoration: none; }
a.more:visited { font-size: 12px; color: #EB9219; text-decoration: none; }
a.more:active { font-size: 12px; color: #EB9219; text-decoration: none; }
a.more:hover { font-size: 12px; color: #EB9219; text-decoration: underline; }