.NewsList
{
	font-weight: bold;
	font-size: 11pt;
	color: black;
	font-family: Arial;
}
A.NewsList:link
{
	font-weight: bold;
	font-size: 11pt;
	color: black;
	font-family: Arial;
}
A.NewsList:visited
{
	font-weight: bold;
	font-size: 11pt;
	color: gray;
	font-family: Arial;
}
A.NewsList:hover
{
	font-weight: bold;
	font-size: 11pt;
	color: goldenrod;
	font-family: Arial;
}
/* A.NewsList:active
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Arial;
}
*/
TABLE.NewsList
{
	margin-left: 5px;
}
TD.NewsList
{
	padding-bottom: 3px;
	padding-top: 5px;
}
TD.NewsListDate
{
	font-size: 10pt;
	padding-bottom: 5px;
	width: 125px;
	cursor: default;
	color: gray;
	padding-top: 7px;
	font-style: italic;
}