body,td,ul,ol,textarea,input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #3A0000; text-decoration: none; }
body { background-color: #FFFFFF; }

a { color: #A06112; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }

.small { font-size: 10px; }
.tiny { font-size: 9px; }
.large { font-size: 14px; }

.pagetitle { font-size: 24px; font-weight: normal; }

.copyright { font-size: 9px; color: #666666; }
.gumboot { font-size: 9px; color: #666666; text-decoration: none; }
.gumboot:hover { font-size: 9px; color: #666666; text-decoration: underline; }

.footer { font-family: Verdana, Helvetica, Sans-Serif; font-size: 10px; font-weight: normal; }

table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border: 1px solid white;
   font-size: 10px;
}
table.navbar td a{
   display: block;
   width: 111px;
   padding: 0px;
   border-spacing: 1px;
   text-decoration: none;
   line-height: 20px;
   font-weight: normal;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #FFF;
   background-color: #999999;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #fff;
   background-color: #3A0000;
}
