/* CSS Document */
.type
{
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size: 13px;
	line-height: 16pt;
}

a:link
{
	color:#fbd100; 
	text-decoration:none;
}

a:active
{
	color:#fbe783; 
	text-decoration:none;
}

a:visited
{
	color:#fbe783; 
	text-decoration:none;
}

a:hover
{
	color:#fbe783; 
	text-decoration:underline;
}