
@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

#header_content, #sidebar_wrapper, #header_inside, #footer_wrapper ul, #archivessearch_wrapper, img, object, embed {
display:none;
}

body {
	background-color: #014867;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #1B86B4;
	text-decoration: underline;
}
h1.news_title a, h1.news_title a:visited {
	font-size: 14px;
	color: #0d4d68;
	text-decoration:none;
}
h2 {
	font-size: 15px;
	color: #2CA9E1;
}

h3 {
	color: #2DA8E1;
	font-size: 15px;
	font-weight:700;
}
h4 {
	color: #2DA8E1;
	font-size: 13px;
	font-weight:normal;
}
h5 {
	color: #2DA8E1;
	font-size: 11px;
	font-weight:normal;
}


p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 14px;
}
hr {
	background-image: url(images/hr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	margin-top: 5px;
	line-height: 0;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.blue {
	color: #2CA9E1;
}
.error {
	color:#990000;
	
}
.success {
	color:#339900;	
}
.newserror {
	color:#FFFFFF;	
}
.newssuccess {
	color:#FFFFFF;
}
.txt_right{
text-align:right;

}
.txt_center{
text-align:center;

}



