/* CSS Document */
body {
	background-color: #000B15;
	margin: 0px;
}
.under_banner {
	background-color: #002A54;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000B15;
	border-right-color: #000B15;
	border-bottom-color: #000B15;
	border-left-color: #000B15;
}
.above_banner {
	background-color: #002A54;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #000B15;
	border-right-color: #000B15;
	border-bottom-color: #000B15;
	border-left-color: #000B15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
}
.above_ff {
	background-color: #295B8D;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #295077;
	border-right-color: #295077;
	border-bottom-color: #295077;
	border-left-color: #295077;
}
.menu {
	background-color: #518CC6;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #294B71;
	border-right-color: #294B71;
	border-bottom-color: #294B71;
	border-left-color: #294B71;
	
}
.body {
	background-color: #020D29;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #000D10;
	border-right-color: #000D10;
	border-bottom-color: #000D10;
	border-left-color: #000D10;
}
.menu_header {
	background-color: #34699E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 2px;
}
.copyright {
	background-color: #002A54;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
}
.latest_news {
	background-color: #518CC6;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #002A54;
	border-right-color: #002A54;
	border-bottom-color: #002A54;
	border-left-color: #002A54;
}
.latest_news_header {
	background-color: #002A54;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
}
.latest_news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
}
.latest_news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.article_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.latest_news_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.latest_news_footer {
	background-color: #002A54;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}
.latest_news_post_by {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
}
.news_archive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	background-color: #518CC6;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #002A54;
	border-right-color: #002A54;
	border-bottom-color: #002A54;
	border-left-color: #002A54;
	padding: 3px;
}
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}