body {
	background-color: #8CA2D6;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	background-image: url(/a/bk.jpg);
	background-attachment:fixed;
}

.tablebody {
	background-color: #97A8D3;
	border: 1px solid #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	-khtml-opacity: 0.90;
}
.hidden-area {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
.forminput {
	background-color: #F7FBBD;
	border: 1px dashed #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

.text-red {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #7D2D2D;
}
.text-small {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000000;
}
.counter {
	background-color: #D6D38E;
	border: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #8ca2d6;
}
.required {
	background-color: #8ca2d6;
	border: 1px solid #990000;
	color: #FFFFFF;
}
.notrequired {
	border: 1px solid #000000;
	background-color: #333333;
	color: #FFFFFF;
}
.noedit {
	background-color: #97A8D3;
	border: 1px solid #97A8D3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
.readfirst {
	color: #990000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.header-area {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.Error {
	font-weight: bold;
	color: #05FE04;
}
