BODY {
	color : black;
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}

TD {
	color : black;
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

SMALL {
	color: Teal;
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

SMALL.sub {
	color: White;
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight : normal;
}

H1 {
	color : Teal;
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 24pt;
	font-style : normal;
	font-variant : normal;
	font-weight : 100;
	line-height : 0px;
}

H2 {
	font-size: 18pt;
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Teal;
	font-weight : normal;
}

H3 {
	font-size: 14pt;
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Teal;
	font-weight : normal;
}

H3.sub {
	font-size: 14pt;
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Teal;
	font-weight : bold;
}
 
H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	}

A {
	text-decoration: none;
	color: Teal;
}

A:Hover {
	text-decoration: none;
	color: Red;
	font-weight : normal;
}

HR {
	color: Teal;
	height: 2pt;
}

TEXTAREA { 
	color: Black;
	font: monospace; }