.label
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #333333;	
}
.label1
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #333333;
	font-weight:bold;	
}
.comment
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: red;	
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;color: #666666;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color: #666666;
	height:21px;
	width:65px;	
}
.star
{
    color:Red;
    font-size: 13px;
    font-weight:bold;
}
.linktxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #131F8D;
	text-decoration: none;
}

a.linktxt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #131F8D;
	text-decoration: underline;
}