@charset "utf-8";
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #FFF;
	background-color: #131c89;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	letter-spacing: 1px;
}
.whitebox {
	border: 7px solid #FFF;
	background-color: #FFF;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	vertical-align: sub;
	padding: 20px;
}
body {
	background-image: url(images/bg.gif);
	padding-top: 25px;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #131c89;
	letter-spacing: 2px;
	line-height: 25px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #131C89;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;

}
.nav a:hover {
	color: #99cccc;
	text-decoration: underline;

}

