/*
* NEWS STYLES
*/
table.newsTable {
	padding-left: 1%;
	width: 100%;
	
}

td.newsTitle {
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: white;
	padding-left: 20px;
	width: 90%;
	text-align: left;
	font-weight: bold;
	color: #31307E;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
}

tr.newsTitleLine td {
	border-bottom: thin groove lightgrey;
}	


td.newsDate {
	background-color: white;
	text-align: right;
	vertical-align: bottom;
	color: red;
	font-size: 8pt;
	width: 45%;
	
}

tr.newsTextLine td {
	padding-top: 10px;	
}

td.newsText {
	background-color: white;
	vertical-align: top;
	padding-left: 15px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    font-weight: normal;
	color: #31307E;
	width: 80%;
	height: 80px;
}

td.newsText a {
	font-weight: bold;
	color: #31307E;
}

td.newsText a:hover {
	color: red;
}

td.newsImg {
	text-align: right;
}

td.newsImg a img{
	text-align: right;
	/*width: 60px;
	height: 86px;*/
	margin-left: 5px;
	border: 0;
}