@charset "utf-8";

/*link*/
a:link {color: #06573B; text-decoration: none;}
a:visited {color: #2A5445; text-decoration: none;}
a:hover {color: #319975; text-decoration: underline;}

/*paging*/
.paging {margin: 10px 0px 0px 0px; padding: 0px 0px 0px 0px;
	width: 100%; height: 21px; overflow:hidden;
	text-align: right;}
.paging-back {margin: 0px 0px 0px 0px; padding: 0px;}
.paging-next {margin: 0px 0px 0px 0px; padding: 0px;}

/*news*/
.container-left {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:240px;

}

.news-title-date {
	margin:0px 0px 0px 0px; padding:9px 4px 0px 4px;
	font-size: 11px; color: #date; line-height: 120%;

}

.news-title-title {
	margin:0px; padding:4px 4px 8px 22px;
	background-image: url(../images/blit2.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	font-size: 12px; color: #333333; line-height: 150%;
	border-bottom: 1px #B7C7C2 solid;
}

/*news-detail*/
.container-right {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:540px;
}

.news-detail-date {
	margin:10px 0px 0px 0px; padding:5px 5px 3px 0px;
	font-size: 11px; color: #030303;
}
.news-detail-title {
	margin:0px; padding:10px 10px 8px 15px;
	background-image: url(../images/newstitle2.jpg);
	font-size: 14px; font-weight: bold;
	color: #ffffff;
	line-height: 160%;
}
.news-detail-body {
	margin:0px 0px 4px 0px; padding:15px 10px 20px 15px;
	background:#D7ECE4;
	font-size: 12px; color: #030303; line-height: 170%;
}

.news-detail-links {
	margin:0px 0px 10px 0px; padding: 0px;
}

.news-detail-link {
	margin:0px 0px 0px 0px; padding: 5px 4px 5px 75px;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	font-size: 12px; line-height: 150%;
	border-bottom: 1px #B7C7C2 solid;
}

.news-detail-pictures {
	margin:0px; padding:15px 10px 15px 10px;
	float:right;
}

.news-detail-picture {
	margin:0px; padding:5px;
}

.news-detail-body:before,
.news-detail-body:after {
 display: table;
 content: " ";
}

.news-detail-body:after {
 clear: both;
}


