/* CSS Document */
.type
{
	font-family: Georgia, Times New Roman, Times, serif; 
	color: #000; 
	font-size: 12px;
	line-height: 15pt;
}

a:link
{
	color:#CC0000; 
	text-decoration:none;
}

a:active
{
	color:#CC0000; 
	text-decoration:none;
}

a:visited
{
	color:#CC0000; 
	text-decoration:none;
}

a:hover
{
	color:#CC0000; 
	text-decoration:none;
}