BODY {
    background-color:#000000;  
    color:#000000;  
    font-family:Tahoma;  
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
	}

FONT {  
font-family:Tahoma;  
}

UL {
list-style-image: url('images/bullet.gif')
}


A {
color:#000000;  
font-family:Tahoma;  
}

A:Visited {
color:#000000;  
font-family:Tahoma;  
}

A:Hover {
color:#000000;  
font-family:Tahoma;  
}

.formfields {
   color: #000000; 
   border: 2px solid #666666; 
   background-color: #DEDFD9;
   font-family:Tahoma;
}   

.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 132px;

   border-width: 1px;
   border-style: solid;
   border-color: #000000;	
   background-color: #000000;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 130px;

   padding: 1px;
   margin: 1px;
   font-family: Tahoma;
   font-size: 11px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #000000;
   background-color: #A3A3A3;
}
.dropmenu a:hover {
   padding: 1px;
   margin: 1px;
   font-family: Tahoma;
   font-size: 11px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #000000;
   background-color: #CDCDCD;
}

.shadow  {
border-top: 0px; border-left: 0px;
border-bottom: 2px solid #D5CABB; border-right: 2px solid #D5CABB;
}