@charset "UTF-8";
/* CSS Document */
<!--
body,td,th {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(../images/img_pagebkg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #3F7CA9;
}
h2 {
	font-size: 16px;
	color: #333333;
}
h3 {
	font-size: 14px;
	color: #666666;
}
h4 {
	font-size: 12px;
	color: #3F7CA9;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 25px;
	line-height: 22px;
}
.breadcrumb {
	color:#000000;
	font-size: 10px;
}
.pagepix {
	margin:10px;
	padding:2px;
	float:right;
	vertical-align:top;
}
.required {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
.bknorepeat {
	background-repeat: no-repeat;
}

.bkrepeat-y {
	background-repeat: repeat-y;
}

.bkrepeat-x {
	background-repeat: repeat-x;
}

/******** Menu Styles **********/ 
#navigationmenu {
	width:190px;
	margin-left:2px;
	padding:0;
	/*border-left: 1px solid #3F7CA9;*/
}
#menulist {
	margin:0;
	padding:0;
	width: 190px;
	list-style-type:none;
}
.menu  {
	margin:0;
	padding:0;
	width: 192px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	border-bottom: 1px solid;
	border-bottom-color: #3F7CA9;
	color:#000000;
}	
.menu a:link {
	color: #000000;
	text-decoration:none;
}
.menu a:visited {
	color: #333333;
	text-decoration:none;
}
.menu a:hover {
	color: #3F7CA9;
	text-decoration:none;
}
.menu a:active {
	color: #FFFFFF;
	text-decoration:none;
}
/******** End Menu Styles **********/ 
/******** Page Styles **************/ 
#content img {
	border-color:#999999;
	border-style: solid;
	border-width:thin;
	max-width: 250px;
	max-height: 175px;
}
#sitemaplist {
	margin:0;
	padding:0px;
	list-style-type:none;
	}
.sitemap {
	font-size: 14px;
	color:#333333;
	line-height: 20px;
	text-indent: 25px;
	text-decoration:none;
}
.rssfeed {
	font-size: 10px;
}
.rssfeed img {
	border: none;
}
/******** End Page Styles **********/ 
/******** Footer Styles ************/ 
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	font-size: 10px;
	line-height:14px;
}
.footer a:link,
.footer a:visited  {
	color:#CCCCCC;
	text-decoration: none;
}
.footer a:hover,
.footer a:active  {
	color: #999999;
	text-decoration: none;
}
/******** End Footer Styles ********/ 
-->

