body { background-color: black; color: white }
p, td, h1, h2, h3, h4 { font-family: Tahoma,Verdana,Sans-serif }

a:link { color: #FF9900 }
a:visited { color: #FF9900 } 
a:active { color: #0066FF }
a:hover { color: #0066FF } 

h2 { color: #0066FF; font-size: 18pt }
h3 { color: #0066FF; font-size: 14pt }
hr { color: #0066FF }

INPUT, TEXTAREA, SELECT { border: #0000FF 1px solid;
	font: 9pt Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
	color: black; background-color: white }
	
INPUT.button { border: #000066 1px solid;
	font: 9pt Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
	color: white; font-weight: bold; background-color: #FF9900 }
	
/* admin */

a.white:link { text-decoration: none; color: #FFFFFF }
a.white:hover { text-decoration: none; color: #FFFFFF } 
a.white:active { text-decoration: none; color: #FFFFFF }
a.white:visited { text-decoration: none; color: #FFFFFF } 

a.dark:link { color: white }
a.dark:hover { color: #0066FF } 
a.dark:active { color: #0000CC }
a.dark:visited { color: white }

table.dk { background-color: #0000CC; border: 2px solid #003300 }
td.dk { font-size: 10pt; color: black }
		 
table.lt { background-color: #eeeeee; border: 1px solid #808080 }
td.lt  { font-size: 10pt; color: black }

.red { font-size: 8pt; font-weight: bold; color: white; background-color: #CC0000 }
.green { font-size: 8pt; font-weight: bold; color: white; background-color: #006600 } 
