a { color: white; text-decoration: none; }
a:hover { text-decoration: underline; }
button { background: lightgrey; }
table { color: gray; font-size: 9pt; font-family: tahoma, arial; font-weight: bold; }
input { color: gray; background-color: #222222; }
select { color: #DBDB00; background-color: #222222 ; }
.input { color: #DBDB00; }
button { color: gray; background-color: #333333; }
textarea { color: gray; background-color: black; }
body { 
  background-color:		 		black ; 
  color:							 		gray ; 
  font-size:					 		9pt ; 
  font-family:				 		tahoma, arial ; 
  font-weight:				 		bold ; 
  SCROLLBAR-ARROW-COLOR: 	#edb90d ;
  SCROLLBAR-TRACK-COLOR: 	#565656 ;
  SCROLLBAR-BASE-COLOR:  	#545454 ;
}
table { 
	border: solid 0px #ddddddd;
	padding: 0px 0px 0px 0px;
}
tr { text-align: center }
thead { color: #edb90d; }
.header { background-color: #666666;}
.title { text-align:left; color: #edb90d; }
