@charset "utf-8";
body {
	background-color: #1E2957;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	color: #0B5079;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
}
h3 a:link, h3 a:visited {
	color: #0B5079;
	text-decoration: none;
}
h3 a:hover {
	color: #09F;
}


.note {
	font-size: 11px;
	color: #999;

}
.main {
	background-image: url(images/indexbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
	padding-top: 15px;
}
.head {
	background-image: url(images/index-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#top_menu a:link, #top_menu a:visited {
	color: #036;
	background-image: url(images/topmenu-a.png);
	font-size: 12px;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	width: 130px;
	text-align: center;
	float: left;
	padding-top: 6px;
	padding-bottom: 8px;
	overflow: visible;
	margin-right: -20px;
	font-weight: normal;
	}

#top_menu A:hover {
	color: #fff;
	background-image: url(images/topmenu-b.png);
	text-decoration: none;
}
ul {
	padding-left: 10px;
}
#news {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	list-style-position: outside;
	list-style-image: url(images/icon_more.gif);
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#news a:link, #news a:visited {
	font-weight: normal;
	color: #036;
}
#news a:hover {
	color: #F60;
}
.foot-box {
	border: 1px solid #dedede;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: 140px top;
	font-size: 11px;
	line-height: 1.3;
	color: #999;
	background-color: #FFF;
}

.foot-box img{
	float: left;
	padding-right: 5px;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
a:hover {
	color: #F90;
}
.r-box {
}
#more {
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: right;
	padding: 3px;

}

