
/* CSS Document */
.title {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #003887;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003888;
	text-decoration: none;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #003887;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003888;
}
.body_form {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.float {
	float: right;
}
.nav_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.body_larger {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003888;
}
.bodyital_tab {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003888;
	font-style: italic;
	left: 20px;
}
.navblock
{
	display:block;
	height:25px;
	border-bottom: solid 1px white;
	text-align:right;
	padding:3px 8px 3px 3px;
	background-color:#003888;
	font: bold 13pt Times New Roman, Serif;
}

.navblock a:link,
.navblock a:visited,
.navblock a:active
{
	text-decoration: none;
	color:white;
}

.navblock a:hover
{
	color:#d0c143;
}