body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #FFFFFF; 
	background-color: #000000;
	cursor:crosshair;
}
td {  
	font-size: 16px; 
	color: #FFFFFF; 
	padding: 5px; 
	border: 2px solid;
	border-color: #000000; 
	vertical-align:top;
	white-space:nowrap;
}
tr {  
	background-color: #2D3C21;
}
table {  
	width:760px;
}
div {  
	width:160px;
	overflow: hidden;
}
.bigdiv {  
	width:210px;
	overflow: hidden;
}
.submitdiv {  
	position:absolute;
	left: -1000px;
}

a {  
	color: #FFFFFF; 
	text-decoration: none; 
}
a:hover {  
	color: #FFFFFF; 
	text-decoration: underline; 
}
input {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 13px; 
	font-weight: bold; 
	width: 80px;
	padding: 0px; 
	margin:0px;
	border: 1px #8AB10E solid; 
	vertical-align: bottom;
	background-color: #8AB10E;
}

select {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 13px; 
	font-weight: bold; 
	width: 80px;
	padding: 0px; 
	margin:0px;
	border: 1px #8AB10E solid; 
	vertical-align: bottom;
	background-color: #8AB10E;
}

input:focus {
	background-color: #8AE00E;
}

input.wide {  
	width: 160px;
}

input.check {  
	width: 20px;
}

.bold {
	font-weight: bold; 

}
.right {
	text-align: right; 

}
.titlerow {
	background-color: #8AB10E;
	color: #1D2C21; 
	font-weight: bold; 

}
.title1row {
	background-color: #6B880F;
	font-size: 20px; 
	color: #1D2C21; 
	font-weight: bold; 
	text-align: center;

}
/************************* mouseover popup ************************/
.popup
{
	/*COLOR: #9F141A;*/
	/*CURSOR: help;*/
	TEXT-DECORATION: none
}

/********************************* div ids **********************************/
#footer {
	width: 100%;
	text-align: center;
}

