BODY  {
	background-color : White;
	color : Black;
	font-size : 8pt;
	font-family : "arial";
}

A  {
	text-decoration : underline;
	font-family : "arial";
	color : blue;
}

A:Hover {
	text-decoration: none;
	color : red;
}

.head1  {
	font-family : serif;
	font-weight : bold;
	vertical-align : middle;
	text-align : left;
	font-size : 18pt;
	line-height : 20pt;
	color : navy;
}

.head2  {
	font-weight : bold;
	color : navy;
	vertical-align : middle;
	text-align : left;
	line-height : 22pt;
	font-family : serif;
	font-size : 20pt;
}

h1  {
	font-family : Arial;
	font-weight : bold;
	color : 0066CC;
	font-size : 13pt;
	line-height : 12pt;
}

.text1  {
	font-family : arial;
	font-weight : normal;
	color : black;
	font-size : 10pt;
	margin-bottom : 3px;
	font-style : normal;
}

.smtext  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : black;
	font-family : arial;
}

.links  {
	font-family : Arial;
	font-size : 10pt;
	color : Teal;
	font-weight : normal;
	font-style : normal;
}

.formtxt  {
	font-family : arial;
	font-size : 9pt;
	font-weight : bold;
	line-height : 8pt;
	margin-bottom : -1px;
	color : 0066CC;
}

