body, html {
	margin: 0px;
	padding: 0px;
}
body {
	overflow-y: scroll;
	background: white;
}
body, table, input, select, textarea {
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	color: #686868;
}
form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Calvert MT Std, Trebuchet MS;
}
h1 {
	font-size: 24px;
	line-height: 28px;
}
h2 {
	font-size: 18px;
	line-height: 22px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
}
h4 {
	font-size: 18px;
	line-height: 22px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
}
h6 {
	margin: 10px 0px;
	font-size: 18px;
	line-height: 22px;
}
p {
	margin: 10px 0px;
	padding: 0px;
}
img {
	border: 0 none;
	vertical-align: top;
}
input[type=text], select, textarea {
	border: 1px solid #ffffff;
	outline: none;
	width: 200px;
	padding: 5px;
}
select {
	width: 212px;
}
input[type=text]:hover, input[type=text]:focus, select:hover, select:focus, textarea:hover, textarea:focus {
	padding: 4px;
	border: 2px solid #686868;
}
u, a {
	outline: none;
	color: #686868;
}
#main {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 140px;
	width: 900px;
	border-top: 4px solid #e6e6e6;
	padding-top: 20px;
}
#main .hr {
	height: 0px;
	line-height: 0px;
	border-top: 2px solid #e6e6e6;
	margin: 10px 0px;
}
#menu {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 98px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#menu li {
	display: block;
	float: left;
	margin-right: 20px;
	height: 22px;
}
#menu a {
	font-size: 22px;
	line-height: 22px;
	text-decoration: none;
	font-family: Calvert MT Std, Trebuchet MS;
}
#menu a.selected {
	text-decoration: underline;
}
#logo {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 20px;
}
#header {
	position: absolute;
	right: 50%;
	margin-right: -450px;
	line-height: 12px;
	font-size: 12px;
	top: 20px;
}