P  {
	font-size : 8pt;
	font-family : Verdana;
	font-style : normal;
	font-weight : normal;
	color : Blue;
}

H1  {
	font-family : Verdana, Arial;
	font-size : 10pt;
	font-weight : bold;
	color : Blue;
}

H2  {
	font-family : Verdana, Tahoma, Arial;
	font-size : 12 pt;
	color : Blue;
}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {}

INPUT  {
	font-size : 8pt;
	font-family : Verdana;
	color : Black;
}

SELECT  {
	font-size : 8pt;
	font-family : Verdana;
	color : Black;
}

A.ERROR:Hover  {
	background-color : Yellow;
	text-decoration : none;
}

A.ERROR:Active  {
	text-decoration : none;
	color : Blue;
}

A.ERROR  {
	text-decoration : none;
	color : Blue;
}

A.Secure:Hover  {
	background-color : Yellow;
	text-decoration : underline;
	color : Blue;
}

A.Secure  {
	text-decoration : none;
	color : Blue;
}

A.Secure:Active  {
	text-decoration : none;
	color : Blue;
}

UL  {
	font-size : 8pt;
	font-family : Verdana, Tahoma, Arial;
	color : blue;
}

.webThumb  {
	margin : 2pt;
	border-style : solid;
	padding : 2pt;
	border-color : White;
	border-width : thin;
}

