.normal 
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

.ftnote 
{
	font-family: Verdana, sans-serif;
	font-size: 7pt;
}

.comment
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}
.title1 
{
	font-family: Arial Black, sans-serif;
	font-size: 10pt;
}

.title2 
{
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

a
{
	text-decoration: none;
	color:red;
}
a:hover
{
	text-decoration: none;
	color:blue;
}
