body, table, div, input, select, textarea {
	font-family: Arial;
	font-size: 11px;
}

.tbl_left_menu {
	width: 203px;
	vertical-align: top;
}

.tbl_content {
	vertical-align: top;
}

.right_menu {
	width: 191px;
	padding-left: 15px;
	padding-right: 2px;
	padding-top: 6px;
}

.left_menu {
	padding-left: 2px;
	padding-right: 15px;
}

.left_menu_text {
	height: 15px;
	padding-left: 7px;
	padding-top: 2px;	
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: bottom;
}

.ht30 {
	height: 30px;
}

.ht20 {
	height: 20px;
}

.ht7 {
	height: 7px;
}

.ht6 {
	height: 6px;
}

.ht4 {
	height: 4px;
}

.ht2 {
	height: 2px;
}

.fresh {
	border: 1px solid #DFDEDD;
	text-align: center;
	padding-bottom: 4px;
	font-weight: bold;
	width:200px;
}

.fresh a {
	color: #000000;
	font-weight: normal;
}

.fresh a:hover {
	color: #364C6B;
	font-weight: normal;
}

.poll {
	border: 1px solid #DFDEDD;
	padding: 20px 0px 2px 4px;
	width:200px;
}

.poll .title {
	padding-left: 13px;
	padding-bottom: 8px;
	color: #000000;
	font-weight: bold;
}

.poll .menu {
	font-size: 11px;
	padding-left: 13px;
	padding-bottom: 2px;
}

.poll .block {
	height: 37px;
}

.poll .block .td {
	width: 26px;
	text-align: center;
}

.poll a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.poll a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.search {
	color: #FFFFFF;
	background-color: #364C6B;
	padding-top: 1px;
	padding-left: 4px;
	font-weight: bold;
	height: 50px;
	width:200px;
}

.search_div {
	border: 1px solid #EFEFEF;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 3px;
	height: 16px;
	font-weight: normal;
}

.search_field {
	padding: 0px;
	border: 0px;
	width: 136px;
	font-weight: normal;
}

.navigation {
	background-color: #F0F0F0;
	text-transform: uppercase;
	padding-top: 2px;
	padding-left: 14px;
	height: 15px;
}

.navigation a {
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

.navigation a:hover {
	color: #000000;
	text-transform: uppercase;
	text-decoration: underline;
}

.history {
	font-size: 10px;
	padding-top: 2px;
	padding-left: 14px;
	height: 15px;
	font-weight: bold;
}

.history a {
	color: #666260;
	text-decoration: none;
}

.history a:hover {
	color: #000000;
	text-decoration: underline;
}

.content_title {
	font-size: 24px;
	padding-top: 8px;
	padding-left: 14px;
	height: 42px;
}

.content .title {
	padding-top: 5px;
	padding-left: 27px;
	font-size: 14px;
	height: 21px;
	background-color: #F4F4F4;
	background-image: url(../image/news-icon.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	float: top;
}

.content .title a {
	color: #364C6B;
	text-decoration: none;
}

.content .title a:hover {
	color: #364C6B;
	text-decoration: underline;
}

.content .body {
	color: #918F8F;
	padding-left: 14px;
	font-size: 12px;
}

.login {
	border: 1px solid #DFDEDD;
}

.login .top {
	background-image: url(../image/login_bg.gif);
	height: 35px;
}

.login .title {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #364C6B;
	padding-top: 12px;
	padding-left: 24px;
	height: 25px;
}

.login .content .links {
	font-size: 10px; 
	font-weight: bold;
	padding-left: 6px;
}

.login .content {
	font-size: 10px; 
	font-weight: bold;
	background-image: url(../image/login_shadow.gif);
	background-repeat: repeat-x;
	padding-top: 45px;
	padding-left: 21px;
	height: 140px;
}

.login .content .links a{
	color: #000000;
	font-size: 10px; 
	font-weight: bold;
	text-decoration: none;	
}

.login .content .links a:hover{
	font-size: 10px; 
	font-weight: bold;
	text-decoration: underline;	
}

.menu_item {
	color: #000000;
	background-color: #EEEEEE;
	background-image: url(../image/menu_item.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 35px;
	font-weight: bold;
	height: 17px;
}

.menu_item a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

.menu_item a:hover {
	color: #000000;
	text-decoration: underline;
	text-transform: uppercase;
}

.top_banner_container {
	padding-left: 6px;
	vertical-align: top;
}

.top_banner {
	width: 720px;
	height: 80px;
}

.middle_banner_container {
	padding: 10px 0px;
	background-color: #F4F4F4;
}

.middle_banner {
	width: 486px;
	height: 60px;
	border: 1px solid #DFDEDD;
}

.right_banner_container {
	padding-top: 16px;
}

.right_banner {
	
}

.copyright {
	font-family: Arial;
	font-size: 11px;
	color: #3F3F3F;
	background-color: #F0F0F0;
	padding: 20px
}

.copyright a {
	font-family: Arial;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}

.copyright a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.h_line {
	height: 4px;
	background-color: #364C6B;
}

.line {
	height: 1px;
	background-color: #364C6B;
}

.grey_line {
	height: 1px;
	background-color: #F4F4F4;
}
a.article_link{
	color: #918F8F;
	font-size: 12px;
	text-decoration:none;
}
a.title_link{
  color: #FFFFFF;
}
a{
  color: #364C6B;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}