
p		{ font-size: 11px; font-family:Tahoma; color: #333333; }
li		{ font-size: 11px; font-family:Tahoma; margin: 2px; color: #333333; }
td		{ font-size: 11px; font-family:Tahoma; color: #333333; }
.menu	{ font-size: 11px; font-family:Tahoma; color: #eeeeee }
ul		{ margin-left: 15px; margin-top: 6px; margin-bottom: 6px; list-style-type: square; color: #333333; }
form	{ margin: 0px; }
input	{ font-size: 12px; font-family:Arial }
textarea{ font-size: 12px; font-family:Arial }
select	{ font-size: 12px; font-family:Arial }
a		{ font-size: 11px; font-family:Tahoma; color: blue }
.title	{ font-size: 16px; font-family:Tahoma; font-weight: bold; color: darkblue; }
.subtitle { font-size: 14px; font-family:Tahoma; font-weight: bold; color: #333333; }
.mainmenu { font-size: 11px; font-family:Tahoma; font-weight: bold; color: #eeeeee; }


div.listbox { 
	background:black; 
	padding:0; 
	list-style:none;
	overflow:auto;
	border:solid 1px #333333;
	scrollbar-face-color:#666666; 
	scrollbar-highlight-color: #999999; 
	scrollbar-shadow-color: #666666; 
	scrollbar-3dlight-color: #333333; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #333333; 
	scrollbar-darkshadow-color: #333333;
} 
