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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #009;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #009;
}

.main_spread {
	background-color: #E3E9F7;
}
.navbar_top {
	background-color: #3A4A88;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 27px;
}
.navbar_category {
	margin-top: 5px;
	margin-bottom: 5px;
}
.index_content {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.menu_category_title {
	background-color: #FFF;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}


a.cat:link{
	font-weight: bold;
	color: #03C;
	text-decoration: none;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
}
a.cat:visited{
	font-weight: bold;
	color: #06F;
	text-decoration: none;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
}
a.cat:hover{
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
}
a.cat:active{
	color: #C00;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
}
a.footer:link{
	font-weight: bold;
	color: #03C;
	text-decoration: none;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
}
a.footer:visited{
	font-weight: bold;
	color: #06F;
	text-decoration: none;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
}
a.footer:hover{
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
}
a.footer:active{
	color: #C00;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
}
a.SUBC:link{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
a.SUBC:visited{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	margin-left: 10px;
	text-transform: uppercase;
}
a.SUBC:hover{
	color: #0FF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	margin-left: 20px;
	text-transform: uppercase;
}
a.SUBC:active{
	color: #C00;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	margin-left: 20px;
	text-transform: uppercase;
}
.subc_backing {
	background-color: #3A4A88;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

a.nav:link{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	margin-right: 20px;
	text-transform: uppercase;
	line-height: 27px;
}
a.nav:visited{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	margin-right: 20px;
	text-transform: uppercase;
	line-height: 27px;
}
a.nav:hover{
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	margin-right: 20px;
	text-transform: uppercase;
	line-height: 27px;
}
a.nav:active {
	font-size: 10px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: 27px;
}
}
.button_search {
	font-size: 10px;
	font-weight: bold;
	color: #009;
	text-decoration: none;
}
.searchbar {
	color: #FFFFFF;
	float: right;
	width: 300px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.news_content {
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.news_header {
	background-color: #3A4A88;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
	text-transform: uppercase;
}
.subs_body {
	background-color: #FFF;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 95%;
	float: right;
}
.news_body {
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

