@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #162b00;
	background-position: top;
	padding: 0px;
}
.menu a, .menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer a, .footer a:visited {
text-decoration: none;
color:#FFFFFF;
}

.footer a:hover {
text-decoration:underline;
}

.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	color: #015498;
}
h2 {
	color: #254601;
}

