BODY, TD {
	background: white;
	color : black;
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	line-height: 1.1em;
	letter-spacing: normal;
	}

H1 {
	font-size: 17pt;
	font-weight: bold;
	color: black;
	line-height: 1.1em;
}

H2 {
	font-size: 16pt;
	font-weight: bold;
	color: black;
	line-height: 1.1em;
}

H3 {
	font-size: 17pt;
	color: black;
	text-align: justify;
	line-height: 1.1em;
}

H4 {
    font-size: 32pt;
	font-variant: small-caps;
	font-weight: bold;
	color : WHITE;
	line-height: 1.1em;
	}

A {
	text-decoration: underline;
	color: navy;
	line-height: 1.1em;
}

A:Hover {
	text-decoration: underline;
	color: Red;
	line-height: 1.1em;
}

HR {
	color: blue;
	height: 1pt;
	line-height: 1.1em;
}
