td, input, textarea {
	font-family: "Lucida Sans Unicode", Verdana, Tahoma;
	font-size: 12px;
}
body {
	background-color: #E3E3E3;
	margin: 0px;
}
#content {
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:20px;
	padding:30px 40px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.Over {
	background-color:#333333;
	color:#FFFFFF;
}
.Out {
	background-color:#F7FAFD;
	color:#000000;
}
.yy {
	filter: DropShadow(Color=#CCCCCC, OffX=5, OffY=5, Positive=1);
}hr {
	color: #999999;
	height: 1px;
}
.fontBold {
	font-weight: bold;
}
.colorRed {
	color: #CC0000;
}
.buttonText {
	padding-top: 3px;
}