@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #69AFD9;
}
a:link {
	color: #03C;
}
.blue_text {
	color: #3E6B90;
}
a:visited {
	color: #03C;
}
.yellow_text {
	color: #FC0;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}

a:active {
	color: #F00;
	text-decoration: underline;
}
.white {
	color: #FFF;
}
.top_nav {
	font-size: 10px;
}
.top_nav a {
	color: #000;
}
.header {
	background-image: url(../images/header.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 17px;
	color: #012658;
	font-weight: normal;
	display: inline;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #870000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #162867;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
.red_text {
	color: #F00;
}
.footerlink {
	color: #FFF;
	text-decoration: none;
}
