.headerMenu a:link {
	text-decoration: none;
	color: #333333;
	padding-top: 3px;
	font-size: 8pt;
	text-align: right;
	width: 885px;
}
.headerMenu a:visited {
	text-decoration: none;
	color: #333333;
	padding-top: 3px;
	font-size: 8pt;
	text-align: right;
	width: 885px;
}
.headerMenu a:hover {
	text-decoration: underline;
	color: black;
	padding-top: 3px;
	font-size: 8pt;
	text-align: right;
	width: 885px;
}
.headerMenu a:active {
	text-decoration: none;
	color: #333333;
	padding-top: 3px;
	font-size: 8pt;
	text-align: right;
	width: 885px;
}
#mainBox {
	width: 980px;
	margin: auto;
}