@charset "UTF-8";
.basetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.basetext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.basetext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.boxtitle {
	width: 233px;
	height: 19px;
	margin:5px;
}
.boxcontent {
	width: 213px;
	height: 92px;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:5px;
}
.loginspace {
	margin-bottom:5px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content {
	background-color:#1e392f;
	background-image:url(../images/content-base.gif);
	background-position:bottom center;
	background-repeat:no-repeat;

}
.formstyle {
	background:#000000;
	border:solid 1px #FFFFFF;
	color:#FFFFFF;
	font-size:10px;
}
.bigger {font-size: 16px}
.title {font-size: 18px}
.thirty3 {
	margin-left:33px;
	margin-right:33px;
	margin-top:10px;
	margin-bottom:5px;
}