.NewsShort{
	font-size: 8pt;
	text-align: justify;
}

.NewsTitle{
	font-size: 8pt;
	font-weight: bold;
	font-family: "verdana";
}

#NewsTable td{
	padding: 2 5 2 5;
	border-bottom: 1px dotted gray;
	border-left: 1px dotted gray;	
}

#NewsTable .RowEven, #NewsTable .RowOdd{
	background-image: url("/images/gradient.png");
	background-repeat: repeat-y;
}

.NewsReadMore{
	cursor: pointer;
	text-align: right;
	margin-right: 20px;
}

.NewsDate{
	text-align: right;
	font-size: 8pt;
	font-style: italic; 
	border-bottom: 1px solid black;
}

.NewsCourtesyof{
	text-align: justify;
	margin-left: 13px;
	font-size: 8pt;
	font-style: italic; 
	cursor: pointer;		
}
	
.NewsBlock{
	text-align: center;
}