.NewsTitle
{
	MARGIN-TOP: 0px;
    font: bold 13px Verdana;
    COLOR: #166EFF;
}

h2 {
    font: bold 12px Verdana;
}

h3 {
    font: bold 11px Verdana;
}

.NewsContent
{
	MARGIN-TOP: 0px;
    font: 11px Tahoma;
    COLOR: black;
    line-height: 14px;
}

.NewsLead
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #000000;
    FONT-FAMILY: 'Times New Roman';
    text-decoration:none; 
}

.NewsNormal
{
	FONT-SIZE: 11pt;
    COLOR: #000000;
    FONT-FAMILY: 'Times New Roman';
    line-height: 130%;
}

.SecondArticleTitle,.SecondArticleTitle:visited
{
	font: 11px Arial;
	color: black;	
}
.SecondArticleTitle:hover
{
	font: 11px Arial;
	color: blue;	
}

.DateTime
{
	font: italic 10px Arial;
	color: Black;	
}

.FullVotedStars
{
	background: url(FullVotedStar.gif);		
	height: 18;
}

.FullClearStars
{
	background: url(FullClearStar.gif);
	height: 18;
}

.VotedStar
{
	background: url(VotedStar.gif);
	padding-left: 14;
	cursor: pointer;
}

.ClearStar
{
	background: url(ClearStar.gif);
	padding-left: 14;
	cursor: pointer;
}