body
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;

}



A:visited
{
	color: navy;
	font-weight: bold;
	text-decoration: none;
}

A:link
{
	color: navy;
	font-weight: bold;
	text-decoration: none;
}


A:hover
{
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}



H1
{
	color: navy;
	font-weight: bold;
	font-size: 14pt;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

H2
{
	font-weight: bold;
	font-size: 13pt;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

H3
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

H4
{
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}


TABLE
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}
THEAD
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	background-color: lightsteelblue;
}

