/* CSS Document */
a.underline
{
	
	text-decoration:none;
	/*FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	FONT-WEIGHT: normal;*/
}
a.underline:hover
{
	
	text-decoration:underline;
	/*FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	FONT-WEIGHT: normal;*/
}

a.underline:vlink
{
	
	text-decoration:none;
	
}


