body
{
	background-color: Black;
	color: White;
	font-family: Arial ;
	font-size: 12 px;
}

td 
{
	color: White;
	font-family: Arial ;
	font-size: 12 px;	
}
A 
{
	color: Yellow;
	font-weight: bold;
}

.formfield
{
	background-color: black;
	color: #CCCCCC;
	border-left: solid 1px #003399;
	border-top: solid 1px #003399;
	border-right: solid 1px #003399;
	border-bottom: solid 1px #003399;	
}

.formlabel
{
	background-color: #313039;
}

.btn1
{
	height: 25px;
	cursor: hand;
	background-color: black;
	color: #CCCCCC;
	font-family: Arial;
	font-weight: bold;
	border-left: solid 1px #003399;
	border-top: solid 1px #003399;
	border-right: solid 1px #003399;
	border-bottom: solid 1px #003399;
}

.btn1_hover
{
	height: 25px;	
	cursor: hand;
	background-color: #003399;
	color: white;
	font-family: Arial;
	font-weight: bold;
	border-left: solid 1px #003399;
	border-top: solid 1px #003399;
	border-right: solid 1px #003399;
	border-bottom: solid 1px #003399;
}
