/* ------------- news box styles */
#newsBox{
	width: 200px;
	padding: 15px 0px 15px 25px;

}
#newsBox p {
	font: 12px tahoma,verdana,sans-serif;
	color:#666666;
	line-height: 16px;
}
#newsBox h1 {
	font:  18px Georgia, Times, serif;
	line-height: 18px;
	margin:0;
	padding:0;
	font-weight:normal;
	color:#000066;

}
#newsBox h2 {
	font: bold 12px  trebuchet ms,arial,tahoma,verdana,sans-serif;
	line-height:14px;
	color:#660000;
	border-top:dotted thin;
	padding-top: 5px;
}
#newsBox h3, h4, h5 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	font-weight: normal;
}
.newsBoxContinued {
	font-size:10px;
	text-align: right;
	color:#000066;
	margin: 0;
}

.newsBoxContinued a {
	text-decoration:none;

}
.newsBoxContinued a:hover{
	color:#3C617F;
	}
