
body {
 font-family:       terminus, verdana, arial, halvetica, sans-serif;
 margin:            0px;
 padding:           0px;
 font-size:         12px;
 color:             #FFFFFF;
 background-color:  #000000;
}

tr {
 background-color: #868686
 border-width: medium medium medium medium;
 border-style: groove groove groove groove;
 border-color: #868686 #868686 #868686 #868686;
 background-color: #868686;
}

td {
 font-family:       terminus, verdana, arial, halvetica, sans-serif;
 font-size:         12px;
 border-width: thin thin thin thin;
 border-style: groove groove groove groove;
 border-color: #868686 #868686 #868686 #868686;
 background-color: #C0C0C0;
 color: #000000
}

th {
 font-family:       terminus, verdana, arial, halvetica, sans-serif;
 font-size:         12px;
 border-width: thin thin thin thin;
 border-style: groove groove groove groove;
 border-color: #868686 #868686 #868686 #868686;
 color: #C0C0C0;
 background-color: #868686;
}



hr {
 font-family:       terminus, verdana, arial, halvetica, sans-serif;
 border-width: thin thin thin thin;
 border-style: groove none none none;
 border-color: #868686 #868686 #868686 #868686;
}

input, .gray, .gray:link, .gray:visited, .gray:hover {
 color:          #000000;
 background-color: #C0C0C0;
 border-width:     medium medium medium medium;
 border-style:     groove groove groove groove;
 border-color:     #FFFFFF #FFFFFF #868686 #868686;
 text-decoration: none;
}

th a:link, th a:visited,th a:hover {
 color: #C0C0C0;
 text-decoration:
 underline;
}

#search th, #search td { padding: 1px 5px 1px 5px }

a:link    {color: #FF0000; text-decoration: none;}
a:visited {color: #FF0000; text-decoration: none;}
a:hover   {color: #FF0000; text-decoration: underline;} 
