@charset "UTF-8";
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style4 {font-size: 10px}
.style6 {font-size: 16px}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
#content {
	width:800px;
	height:650px;
	z-index:1;
	background-image: none;
	background-position: center center;
	clear: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 30px;
}

