BODY, TD {
	color : Black;
	font-family : Arial, sans-serif;
	font-size: 12px;
}

H2 {
	font-size: 14pt;
	color: Black;
}

H3 {
	font-size: 13pt;
	color: #32CD32;
}
H4 {
	font-size: small;
	font-variant: normal;
	font-weight: bold;
	color: Black;
}
H5 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: Black;
}
A {
	text-decoration: none;
	color: Black;
	text-transform : none;
	font-style : normal;
	font-weight : bold;
}

A:Hover {
	text-decoration: underline;
	color: Black;
	text-transform : none;
	font-style : normal;
	font-weight : bold;
}
HR {
	color: #32CD32;
	height: 1pt;
}
