body, p, ol, ul, td { font-family: verdana, helvetica, arial; font-size: 14px; color: #FFFFFF; }
a { color: #DED7A9; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

.heading { font-size: 16px; font-weight: bold; }
.small { font-size: 10px; }

.nav a { 
   display: block;
   width: 130px;
   padding: 1px;
   border-spacing: 0px;
   text-decoration: none;
   font-size: 14px; 
   font-weight: bold;
   color: #FFF;
   background-color: #BDA3C2;
   text-align: center; 
}
.nav a:hover { 
   color: #BDA3C2;
   background-color: #FFFFFF;
}
.navsel a { 
   display: block;
   width: 130px;
   padding: 1px;
   border-spacing: 0px;
   text-decoration: none;
   font-size: 14px; 
   font-weight: bold;
   color: #BDA3C2;
   background-color: #FFF;
   text-align: center; 
}

.navsmall a { 
   display: block;
   width: 115px;
   padding: 1px;
   border-spacing: 0px;
   text-decoration: none;
   font-size: 11px; 
   font-weight: bold;
   color: #FFF;
   background-color: #BDA3C2;
   text-align: center; 
}
.navsmall a:hover { 
   color: #BDA3C2;
   background-color: #FFFFFF;
}

.navsmallsel a { 
   display: block;
   width: 115px;
   padding: 1px;
   border-spacing: 0px;
   text-decoration: none;
   font-size: 11px; 
   font-weight: bold;
   color: #BDA3C2;
   background-color: #FFFFFF;
   text-align: center; 
}


.pagetitle { font-size: 18px; font-weight: bold; text-align: center; }

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