@CHARSET "UTF-8";
.style1 {font-size: 16pt; color: #99cc33; font-weight: normal;}
.style2 {color: #ccc}
.style3 {color: #999999}
.style4 {
	color: #999999;
	font-weight: bold;
}
.grey_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
a:link
{
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt;
	color: #99cc33;
	text-decoration: none;
}

a:hover 
{
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt;
	color: #99cc33;
	text-decoration: underline;
}

a:visited 
{
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt;
	color: #99cc33;
	text-decoration: underline;
}