body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	background-color: #E2E5C3;
	margin-left: 0px;
	margin-top: 0px;
}

h1{
	font-size: 18px;
	line-height: 20px;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	color: #009;
	margin: 10px;
	
}	
h2 {
	font-size: 14px;
	line-height: 15px;
	font-style: normal;
	font-variant: normal;
	color: #333;
	margin: 10px;
	
}	



h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #009;
	margin: 5px;
}	


p {
	margin: 10px;
}

a:link {
	font-size: 12px;
	font-style: bold;
	font-style: normal;
	font-variant: normal;
	color: #009;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	font-style: bold;
	font-style: normal;
	font-variant: normal;
	color: #009;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-style: bold;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #009;
	text-decoration: underline;
}
.top-nav {
	background-color: #2B2B84;
	background-image: url(../images/top-nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.top-nav a:link {
	font-size: 11px;
	color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.top-nav a:hover {
	font-size: 11px;
	color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.top-nav a:visited {
	font-size: 11px;
	color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.special {
	border: 1px solid #2B2B84;
	padding: 5px;
	margin: 10px;
	background-color: #F1F3E2;
}

.top-line {
	border-top: 1px solid #2B2B84;
}