P {
	margin-bottom :10px;
	margin-top :2px;
}
UL {
	margin-top : 2px;
	margin-bottom : 2px;
}
A  {
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
}

A:Hover {
	font-weight : normal;
	color : 9966cc;
	text-decoration : underline;
}

A:Visited  {
	font-weight : normal;
	color : Grey;
	text-decoration : underline;
}
H1  {
	font-size : 12pt;
	font-weight : bold;
	font-family: verdana,sans-serif;
	color : Navy;
	font-style : normal;
	text-decoration : none;
	margin-top : 12px;
	margin-bottom : 6px;
}

H2  {
	font-size : 11pt;
	font-weight : bold;
	font-family: verdana,sans-serif;
	color : 663399;
	font-style : normal;
	text-decoration : none;
	margin-top : 12px;
	margin-bottom : 6px;
	border-bottom : thin dotted #663399;
	border-left : thin solid Navy;
	padding-left : 4px;
}
H3  {
	font-size : 10pt;
	font-weight : bold;
	font-family: verdana,sans-serif;
	color : 663399;
	font-style : normal;
	text-decoration : none;
	margin-bottom : 4px;
}
H4  {
	font-size : 9pt;
	font-weight : bold;
	font-family: verdana,sans-serif;
	color : 663399;
	font-style : normal;
	text-decoration : none;
	margin-top : 4px;
	margin-bottom : 2px;
}
BODY  {
	font-size : 9pt;
	font-family : verdana,sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	background-color : white;
}

SELECT	{
	font-family: verdana;
	font-size: 8pt;
	color: Navy;
	background: white
}
		
TD {
	font-size : 9pt;
	font-family : verdana,sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
}
.small {
	font-size : 8pt;
}
.white {
	font-weight : bold;
	color : White;
}
.textarea{
	font-size : 8pt;
	color: Navy;
}
.features {
	font-size : 8pt;
	margin-bottom :0px;
	margin-top :0px;
	padding-bottom : 0px;
	padding-top : 0px;
}