body {
	background-color: #000000;
	margin: 0px;
	color: #000000;
	font-size: 10pt;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	line-height: 130%;
}

a, a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover, a:active {
	color: #999999;
	text-decoration: underline;
}



/* eform css */

form.eform {
	display: inline;
}
table.eform {
	margin-top: 15px;
}
table.eform tr td {
	text-align: right;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
}
table.eform tr td div {
	padding-right: 125px;
	color: #666666;
	font-weight: bold;
}
input.eform1 {
	color: #666666;
	border: 1px solid #666666;
	background-color: #bbec31;
	font-size: 7pt;
	padding: 2px;
	width: 160px;
}
input.eform2 {
	color: #666666;
	border: 1px solid #666666;
	background-color: #bbec31;
	font-size: 7pt;
	padding: 2px;
	font-weight: bold;
	margin-top: 3px;
	width: 90px;
}
div.eform_ok {
	font-weight: bold;
	color: #006600;
}
div.eform_err {
	font-weight: bold;
	color: #990000;
}

