


.Rotator
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	cursor: default;
	color: #696969;
}

.NewsTitle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #696969;
}

.NewsText
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #696969;
}

.NewsItem
{
	cursor: hand;
	border-top: solid 1px gray;
	color: #696969;
}


.NewsItemOver
{
	cursor: hand;
	color: red;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-variant: normal;
	border-bottom: 1px solid gray;
}

.NewsItemDown
{
	cursor: hand;
	font-family: Verdana, Arial, Sans-Serif;
	font-variant: normal;
	font-weight: bold;
	border-bottom: 1px solid gray;
}


.ControlTitle
{
	color: #ffffff;
	background-color: #0079C2;
	font-variant: small-caps;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
}
.MainText
{
	padding-left: 5px;
	padding-right: 5px;
	color: #696969;
	font-weight: bold;
}
.MainTextCenter
{
	padding-left: 25px;
	padding-right: 5px;
	color: #696969;
}


a.Link:link
{
	text-decoration: none;
	color: #696969;
}
a.Link:visited
{
	color: #696969;
	text-decoration: none;
}

a.Link:hover
{
	color: #696969;
	text-decoration:underline;
}


.RotatorCell
{
	margin-top: 4px;
}

