BODY {
	
	color : WHITE;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

BODY, TD {
	
	color : white;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

H2 {
	font-size: 14pt;
	color: #FFFFFF;
}

H3 {
	font-size: 13pt;
	color: #3F574A;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : #3972C3;
	}

A {
	text-decoration: none;
	color: #00C07A;
}

A:Hover {
	text-decoration: underline;
	color: #64A4FC;
}

HR {
	color: #3972C3;
	height: 1pt;
}

