BODY, UL, LI, OL, P
{
 	COLOR: black;
    FONT-FAMILY: Arial, 'Times New Roman';
    FONT-SIZE: 9pt;
}
.stlList
{
    COLOR: black;
    FONT-FAMILY: Arial, 'Times New Roman';
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}
 .stlContent
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
}
.stlHeader
{
    COLOR: black;
    FONT-FAMILY: Arial, 'Times New Roman';
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
}
.stlFooter
{
    COLOR: black;
    FONT-FAMILY: Arial, 'Times New Roman';
    FONT-SIZE: 9pt;
}

A:link	{
	text-decoration:none;
	color:Navy;
	font-weight: bold;
}	
	
A:visited	{
	text-decoration:none;
	color:#0033cc;
	font-weight: bold;
}	
		
A:active	{
	text-decoration:none;
	color:Navy;
	font-weight: bold;
}	
		
A:Hover	{
	text-decoration:underline;
	color:Navy;
	font-weight: bolder;
}