H1, H2, H3, H4
{
	font-family: Verdana;
}

H1
{
	font-size: 16pt;
	font-weight: bold;
	line-height: 18pt;
	color: maroon
}

H2
{
	font-size: 13pt;
	font-weight: normal;
	line-height: 18pt;
}

H3
{
	font-size: 13pt;
	font-weight: normal;
	line-height: 15pt;
}

H4
{
	font-size: 11pt;
	font-weight: normal;
	line-height: 13pt;
}

SELECT
{
	font-family: 'MS Sans Serif', Arial;
	font-size: 8pt;
}

INPUT
{
	font-family: 'MS Sans Serif', Arial;
	font-size: 8pt;
}

A:link		{ color: blue }

A:visited	{ color: blue }

A:hover		{ color:red }

PRE
{
	font-family: 'Courier New', Courier;
	font-size: 12pt;
}

BODY
{
	font-family: Verdana;
	font-size: 11pt;
	line-height: 14pt;
}
