﻿a:link {color: #006666} 
a:visited {color: #006699} 
a:hover {color: #CC9900} 
a:active {color: #000000} 
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333} 
li {color: #339966; list-style-type: square} 
ul {color: #339966; list-style-type: square} 
ol {color: #339966} 
.mytext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666699} 
.mytext a:link {color: #333333; text-decoration: none} 
.mytext a:visited {color: #666666; text-decoration: none} 
.mytext a:hover {color: #999933; text-decoration: none; background-color: #333333} 
.mytext a:active {color: #333333; text-decoration: none} 
.mytext2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666} 
.mytext2 a:link {color: #666666; text-decoration: underline} 
.mytext2 a:visited {color: #666666; text-decoration: underline} 
.mytext2 a:hover {color: #CCCCCC; text-decoration: none; background-color: #333333} 
.mytext2 a:active {color: #333333; text-decoration: none}
table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border: 0px solid #ffffcc;
}
table.navbar td a{
   display: block;
  width: 6em;
   text-decoration: none;
   font-size: 8pt
}
table.navbar td a:link, table.navbar td a:visited {
   color: #000;
   background-color: #FFFFCC;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #fff;
   background-color: #666;
}