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

body {
	margin: 0px;
	padding: 0px;
	background-color: #d9d9db;
}
.main_text {
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma;
	color:#000000;
	text-align: justify;
}
a.main_text:link {
	color: #0066CC;
	text-decoration: none;
}

a.main_text:visited {
	color: #0066CC;
	text-decoration: none;
}
a.main_text:hover {
	color: #0066CC;
	text-decoration: underline;
}
.header_text {
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma;
	color:#0066CC;
}
.nav {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
a.nav:link {
	text-decoration: none;
}
a.nav:visited {
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	color: #0066CC;
	text-decoration: underline;
}
.subnav {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.subnav:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.subnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.subnav:hover {
	text-decoration: underline;
}
.mainnewsnav {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
a.mainnewsnav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainnewsnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainnewsnav:hover {
	text-decoration: underline;
}
.mainnewsnav_black {
	color: #000000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
a.mainnewsnav_black:link {
	color: #000000;
	text-decoration: none;
}
a.mainnewsnav_black:visited {
	color: #000000;
	text-decoration: none;
}
a.mainnewsnav_black:hover {
	text-decoration: underline;
}
.newsnav {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
a.newsnav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.newsnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.newsnav:hover {
	text-decoration: underline;
}
.newsnav_black {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
a.newsnav_black:link {
	color: #000000;
	text-decoration: none;
}
a.newsnav_black:visited {
	color: #000000;
	text-decoration: none;
}
a.newsnav_black:hover {
	text-decoration: underline;
}
.quicklinks {
	color: #0066CC;
	font-size: 14px;
	font-family: Tahoma;
	text-align: left;
}
a.quicklinks:link {
	text-decoration: none;
}

a.quicklinks:visited {
	text-decoration: none;
}
a.quicklinks:hover {
	text-decoration: underline;
}
.subheader_text {
	font-size: 14px;
	font-weight: bold;
	color:#990066;
}
.copyright {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #0066CC;
	text-align: center;
}