body{ 
	font-size : 10px;
	text-decoration: none;
	font-family: Arial;
}

H1 {
	font-size:12pt;
	font-family: Arial;
	color: #000000;
}

H2{
	font-size:14pt;
	font-weight: bold;
	font-family: Arial;
	color: blue;
}

H3 {
	font-size:12pt;
	font-family: Arial;
	color: #000000;
}

Table{
	font-size : 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}


.9PointText
{
	font-size : 9pt;
	text-decoration: none;
}

.9PointText:LINK {
	color : blue;
	text-decoration : none;
}

.9PointText:HOVER {
	color : blue;
	text-decoration : underline;
}

.9PointText:VISITED {
	color : blue;
}

.8PointText
{
	font-size : 8pt;
	text-decoration : none;
}

.8PointText:LINK {
	color : blue;
	text-decoration : none;
}

.8PointText:HOVER {
	color : blue;
	text-decoration : underline;
}

.8PointText:VISITED {
	color : blue;
}

.Link{
	text-decoration: none;
}

.button{
	border: 1px solid #000000;
}

A{
	text-decoration: none;
}

A:HOVER
{
	text-decoration: underline;
}





