body{
	background-color: #000000;
	background-image: url("/images/common/stars.gif");
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	
	scrollbar-face-color:#2F2F66;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:rgb(0,0,0);
	scrollbar-highlight-color:rgb(0,0,0);
	scrollbar-3dlight-color:#808080;
	scrollbar-darkshadow-Color:#202020;
}

p, div, ul, li, a, td, input, select, button{
	font-size: 8pt;
}
p{
	margin: 3px 0px 3px 0px;
}

h1{
	font-size: 14pt;
}
h2{
	font-size: 10pt;
}
a{
	color: #ffffff;
}
img.png{
	behavior:	url("/scripts/pngbehavior.htc");
}

.form-field{
	border: solid #ffffff 1px;
	width: 150px;
	background-color: #000000;
	color: #ffffff;
}