.NewsDescBox{
	font-size: 10pt;
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.NewsHeadLine{
	font-size: 11pt;
	font-weight: bold;
	color: Black;
	padding-bottom: 4px;
}

.NewsAuthor{
	font-size: 9pt;
	font-style: italic;
	color: Black;
	padding-bottom: 4px;
}

.NewsDate{
	font-size: 8pt;
	color: Black;
	float: right;
}

.ReadMore{
	display: inline;
}

.ReadMore a{
	text-decoration: none;
	color: #007AC5;
	white-space: nowrap;
	cursor: pointer;
}

.ReadMore a:hover{
	color: #003C54;
}

.rNewsHeadLine{
	font-size: 9pt;
	font-weight: bold;
	color: Black;
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
}

.rNewsDescBox{
	font-size: 80%;
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	cursor: pointer;

}
.rNewsDescBox img{
	border: none;
	padding: 3px;
}

.NewsDesc{
	padding-top: 10px;
}
.NewsDesc p img{
	border: none;
	padding: 3px;
}
.NewsDescBox table{
	margin: 3px;
	padding: 3px;
}

.rNewsHeadLine a, .NewsDescBox a{
	text-decoration: none;
	color: #003C54;
}

.rNewsHeadLine a:hover, .NewsDescBox a:hover{
	color: #009ED3;
}

.rNewsAuthor{
	font-size: 7pt;
	font-style: italic;
	color: Black;
	padding-bottom: 2px;
	white-space: nowrap;
}

.rNewsDate{
	font-size: 6pt;
	color: Black;
	float: right;
}


