body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #669900;
	color: #FFFFFF;
	font-size: 14px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a { 
	color: #FFFFFF; 
	text-decoration: underline; 
}
.tablesheader a { 
	color: #333333; 
	text-decoration: underline; 
}
.tablescenter a { 
	color: #000000; 
	text-decoration: underline; 
}
input, select, textarea {
	background-color: #99CC00;
	color: #333399;
	font-size: 13px;
	border: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 2px;
}
.tablesheader { 
	vertical-align: middle;
 	height: 24px;
 	border: solid 1px #b0b0b0; 
	font-size: 12px;
	background-color: #ddb64b;
	font-family:Tahoma;
	color: #333333;
}
.tablescenter { 
	border-left: solid 1px #b0b0b0; 
	border-right: solid 1px #b0b0b0; 
	border-bottom: none; 
	border-top: none; 
	color: #000000;
	font-size: 12px;
	background-color: #ffffff;
}
.mainDiv {
	border:solid 1px #666666;
	background:#669933;
	width:604px;
	padding:2px;
}