.main {
	position:absolute;
	width: 650px;
	margin-top: 10px;
	left: 160px;
	top: 208px;
	background-color: #FFFFFF;
	border: 2px solid #6D3572;
}
.top {
	position:absolute;
	width: 650px;
	margin-top: 5px;
	text-align: center;
	left: 160px;
	top: 10px;
	background-color: #FFFFFF;
	border: 2px solid #6D3572;
}
.links {
	position:absolute;
	width: 650px;
	margin-top: 5px;
	text-align: center;
	left: 160px;
	top: 163px;
	background-color: #FFFFFF;
	border: 2px solid #6D3572;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	background-color: #D6C0DC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009D46;
	text-indent: 3px;
	padding: 7px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	padding-left: 4px;
	padding-right: 4px;
	background-color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #009D46;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009D46;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D3572;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009D46;
	text-decoration: none;
	font-weight: bold;
}
