body
{ background-color:333333; }

BODY 
{ 
scrollbar-base-color: black; 
scrollbar-arrow-color: white;
scrollbar-DarkShadow-Color: blue; 
}

h1
{ font-family: 'Courier New', Courier, Monaco; font-size: 18pt;
background: silver; }

h2{ font-family: Verdana, Arial, Helvetica, 'sans serif'; font-size: 12pt; }

h3
{ font-family: 'Courier New', Courier, Monaco; font-size: 18pt;
background: #999999; border: black ridge; border-width: 2px; }

p,table,address
{ font-family: Verdana, Arial, Helvetica, 'sans serif'; }

li
{ font-family: Verdana, Arial, Helvetica, 'sans serif'; }

p,li,th,td
{ font-size: 10pt; }

div.gray {
    background: #333333; padding-left: 2.5em; padding-right: 0.5em; padding-top: 0.5em;
	padding-bottom: 0.5em;
    border: #cccccc solid; border-width: 1px; 
	 font color: #cccccc; }

div.grey {
    background: #333333; padding: 0.5em;
    border: #cccccc solid; border-width: 1px; 
	 font color: #cccccc; }

div.graydc {
    background: #F5F5F5; padding: 0.5em;
    border: black ridge; border-width: 1px; }

div.black { background: #000000; padding: 0.5em; border: black ridge; border-width: 1px; }

td.center {
	padding: 0.5em;
}

h1,h2,h3 { color:black; }

.top a:link {text-decoration : none; color:white;}
.top a:visited {  text-decoration: none; color:#CCCCCC;}
.top a:active {  text-decoration: none; color:white;}
.top a:hover {  text-decoration: none; color:#99CC66; background-color:black;}

.center a:link {text-decoration : none; color:#99CCFF;}
.center a:visited {  text-decoration: none; color:#6699FF;}
.center a:active {  text-decoration: none; color:white;}
.center a:hover {  text-decoration: none; color:#99CC66; }

.sides a:link {text-decoration : none; color:white;}
.sides a:visited {  text-decoration: none; color:#CCCCCC;}
.sides a:active {  text-decoration: none; color:white;}
.sides a:hover {  text-decoration: none; color:#99CC66; background-color:#000000;}

.bottom a:link {text-decoration : none; color:white;}
.bottom a:visited {  text-decoration: none; color:#CCCCCC;}
.bottom a:active {  text-decoration: none; color:white;}
.bottom a:hover {  text-decoration: none; color:#99CC66; background-color:black;}

table 
{ list-style-type: disc;
padding-top: 6px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; left: auto;
clip:  rect(   ); 
border: #cccccc solid; border-width: 1px 0px 1px 0px;
 padding: 2px;
 }

td { border: #cccccc solid; border-width: 0px 1px 0px 1px; }

 hr { color:#0000CC; } 
 p { color : #CCCCCC; }
 
 .no_border
 { border-width: 0px; }
 