/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4EBE1;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#main {
	height: 600px;
	width: 955px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -478px;
	margin-top: -300px;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
}

