@charset "UTF-8";



#newslist {
	padding-bottom: 40px;
	font-size: 85%;
	line-height: 1.33em;
	border-top: 1px solid #ddd;
}



#newslist .newsitem {
	clear: both;
	padding: 6px 2px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/elems/bg_white20.png);
}

#newslist .ndate {
	float: left;
	display: inline-block;
	margin: 0px 15px 0px 6px;
	padding-top: 5px;
	font-size: 85%;
	color: #888;
}


#newslist a.ntitle {
	display: block;
	padding: 6px 2px;
	overflow: auto;
	background-color: transparent;
	zoom: 1;
}

#newslist a:hover.ntitle {
	background-color: #f9f9d6;
	text-decoration: none;
}







#bodywrap h2 {
	margin-bottom: 5px;
	padding: 2px 1px 2px 10px;
	font-size: 138.5%;
	line-height: 1.5em;
	color: #333;
	background-repeat: repeat-y;
	background-position: left center;
	background-image: url(../images/elems/h_brd1.png);
}

p.ndate {
	margin: 1px 0 10px;
	font-size: 77%;
	line-height: 1.2em;
	color: #888;
}

p.stitle {
	margin: 0;
	padding-left: 10px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	font-size: 100%;
	color: #444;
}





#newsbody {
	margin-bottom: 25px;
	padding-left: 10px;
	width: 640px;
	font-size: 93%;
	line-height: 1.66em;
}

#newsbody h5 {
	margin-bottom: 8px;
	padding: 4px 1px 4px 6px;
	font-size: 100%;
	line-height: 1.33em;
	color: #40484f;
	border-left: 3px solid #789;
	background-color: #eee;
}

#newsbody p {
	clear: both;
	margin: 2.0em 0;
}
#newsbody p.stitle2 {
	margin: 0 0 0 10px;
}

#newsbody p.lead {
	color:#333;
}

#newsbody table {
	margin: 2.0em 0;
}

#newsbody em {
	color: #333;
	font-style: normal;
}




#newsbody .imgbox {
	padding-bottom: 6px;
		font-size: 77%;
		line-height: 1.33em;
		text-align: center;
		color: #888;
	}

#newsbody .imgcenterblock {
		margin: 1.0em 0;
		text-align: -moz-center!important;
		text-align: center;
	}

#newsbody .imgcenter {
		display: -moz-inline-block; 
		display: inline-block;
		margin: 6px 1px;
	}


#newsbody .imgright {
		float: right;
		margin: 2px 0px 0px 15px;
	}

#newsbody .imgleft {
		float: left;
		margin: 2px 15px 0px 0px;
	}

#newsbody .imgcenter img,
#newsbody .imgright img,
#newsbody .imgleft img {
		border: 1px solid #ddd;
		margin-bottom: 3px;
	}




#newsbody .newstable01 {
}

#newsbody .newstable01 td {
	padding: 1px 2px;
	line-height: 1.66em;
}

#newsbody .newstable01 td.tdlabel {
	padding-right: 8px;
	white-space: nowrap;
}


#newsbody hr {
	margin: 40px 10px;
}