A:visited
{	
	text-decoration: none;	
	color: green;
}

A:active
{	
	text-decoration: none;	
	color:#dd0000;
}

A:link
{	
	text-decoration: underline;	
	color:red;
}

A:hover
{	
	text-decoration:none;
	color:blue;
}


BODY
{	
	font-family: arial, helvetica, univers, sans-serif, swiss, geneva, sunsans-regular;	
	font-size:12pt;
}

P
{	
	font-family: arial, helvetica, univers, sans-serif, swiss, geneva, sunsans-regular;	
	font-size:12pt;
	color: black; 
	letter-spacing:1px;
	line-height:18pt;
}

.body
{	
	font-family: arial, helvetica, univers, sans-serif, swiss, geneva, sunsans-regular;	
	font-size:12pt;
	color: black; 
	letter-spacing:1px;
	line-height:18pt;
}

.table
{	
	font-family: arial, helvetica, univers, sans-serif, swiss, geneva, sunsans-regular;	
	font-size:12pt;
	color: black; 
	letter-spacing:1px;
	line-height:18pt;
}

.tablehead
{	
	font-family: arial, helvetica, univers, sans-serif, swiss, geneva, sunsans-regular;	
	font-size:12pt;
	color: black; 
	letter-spacing:1px;
	line-height:18pt;
	font-weight:bold;
}



.footer
{	
	font-family: arial, helvetica, univers, sans-serif, swiss, geneva, sunsans-regular;	
	font-size:8pt;
	color: black; 
	letter-spacing:1px;
	line-height:18pt;
	text-align:left;
	margin-bottom:12pt;
	margin-top:24pt;

}

