.main_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding-top: 10px;
}
body {
	background-image: url(images/background.jpg);
	margin-top: 50px;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
}
.headerBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: 10px;
}
.footerMenu {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}
