.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: #3d3d3d;
	white-space: nowrap;
	cursor: pointer;
}

.ReadMore a:hover{
	color: #161616;
}

.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;
}


.rNewsHeadLine a, .NewsDescBox a{
	text-decoration: none;
	color: #cccccc;
}

.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;
}

.newsBrowserButton{
	font-size: 90%;
	color: black;
	background: #cecece url(../../../UserFiles/Site/Top_Menu.png) repeat 0 0;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
.newsBrowserButton:hover{
	background: #cecece url(../../../UserFiles/Site/Top_Menu_Hover.png) repeat 0 0;
}


DIV .x-grid3-cell-inner a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	font-size: 120%;
}

DIV .x-grid3-cell-inner a:hover{
	text-decoration: underline;
	color: blue;
}

DIV .x-grid3-cell-inner a:visited {
	text-decoration: none;
	color: maroon;
}

DIV .x-grid3-row-body p{
	padding-left: 6px;
	padding-right: 6px;
}