@charset "utf-8";
a:link {
	color: #004389;
	text-decoration: none;
}
a:visited {
	color: #004389;
	text-decoration: none;
}
a:hover {
	color: #004389;
	text-decoration: underline;
}
a:active {
	color: #004389;
	text-decoration: none;
}


#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 232px;
}
#body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	height: 300px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 71px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #004389;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
