/* CSS Document */
#News .NewsItem h3 a {
	color: #758396;
}
#News .NewsItem p a {
	color: #758396;
}
#News .NewsItem a:hover{
	color: #758396;
	text-decoration: underline;
}
#News .NewsItem h3{
	font-size: 110%;
	font-weight: normal;
	padding: 10px 0 0 0;
	margin: 0;
}
#News .NewsItem p{
	padding: 0;
	margin: 0;
}
#News .NewsItem {
	margin: 0 0 10px 0;
	width: 610px;
}
#News .NewsItem .ImgDiv{
	float: right;
	margin: 0 10px 0 0;
	width: 135px;
	text-align: left;
}
#NewsImages {
	margin: 30px 0;
}
#NewsImages img{
	margin: 0 5px 0 0;
}
#News a.more {
	color: #334351;
	text-decoration: underline;
}
#News h1 {
	font-weight: normal;
}
a.Back {
	float: right;
	text-decoration: none;
}