@charset "iso-8859-1";

body {
background: #000000;
text-align: center;
margin: 5px 0px 0px 0px;
font-family: arial;
font-size: 11px; 
color: #c7c7c7;
}

a:link {
color: #977474; 
text-decoration: none
}

a:active {
color: #ff0532; 
text-decoration: none
}

a:visited {
color: #977474;
text-decoration: none
}

a:hover {
color: #ff0532; 
text-decoration: underline
}

.redhead {
color: #c10000; 
font-size: 12px; 
font-weight: bold;
}

.redside {
color: #a03030; 
font-size: 11px; 
font-weight: bold;
}

.red1 {
color: #D14B4B; 
font-size: 11px; 
font-weight: bold;
}

.redsub {
color: #BE7171; 
font-size: 11px;
}

 #tblHead {
   background-color: #2f0910; 
   border: 1px solid #666666; 
   font-weight: bold; 
   color: #c7c7c7
   padding: 2px;
   text-align: left;
   }
   
   #tblBottom {
   text-align: right; 
   font-style: italic; 
   font-family: arial; 
   font-size: 10px; 
   color: #555555;
   }
   
   #tbl {
   width: 495px; 
   font-family: arial; 
   font-size: 11px; 
   color: #c7c7c7;
   }