@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #0C2367;
}
.navbg table tr .navtxt a {
	color: #FFF;
	text-decoration: none;
}
.darkbluebg h3 a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #EE2E24;
	font-weight: bold;
}



.redbg {
	background-color: #EE2E24;
	color: #FFF;
	webkit-border-bottom-right-radius: 10px;
	webkit-border-bottom-left-radius: 10px;
	moz-border-radius-bottomright: 10px;
	moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.copyright {
	font-size: 9px;
}
.copyright a {
	color: #1C3F95;
}
.darkbluebg {
	color: #FFF;
	background-color: #0C2367;
}
.lightgraybg {
	background-color: #CCC;
	color: #0C2367;
}
h1 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 18px;
}

h2 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 18px;
}
h3 {
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	color: #0C2367;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	color: #EE2E24;
	text-transform: uppercase;
}
p a {
	color: #0C2367;
}


.navtxt {
	font-size: 14px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
}
p {
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.lightgraybg p a {
	color: #1C3F95;
}


.navbg {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	webkit-border-top-left-radius: 10px;
	webkit-border-top-right-radius: 10px;
	moz-border-radius-topleft: 10px;
	moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
ul {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
}
.blue_border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A1F62;
}
