BODY
{
    FONT-FAMILY: verdana;
	font-size:16px;
	font-weight:normal; 
}
.NormalText{
	font-family: Times New Roman;
	font-size:14px;
	color:black;
	font-weight:normal;
}
.BoldText
{
	font-family: Verdana;
	font-size: 16px;
	color: #CC373C;
	font-weight: bold;
}
A.NormalLink
{
	color: blue;
    FONT-SIZE:16px;
	text-decoration : underlined;	
}
A.NormalLink:hover
{
    COLOR: #CC373C;
    FONT-SIZE: 16px;
	text-decoration : underlined;
}
.RowOn{
	background : #cccccc;
}
.RowOff{
	background : #eeeeee;
}
