@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #9C9899;
	margin: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
}
a {
	color: #C00000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #FF0000;
	}
.FormTitle {
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
}
.main {
	width: 580px;
	min-height:390px;
	background-color:white;
	padding:10px;
	text-align: left;
}
