BODY, TD {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: justify;
	background-color: transparent;
}

H5 {
	font-size: 16pt;
	font-variant: normal;
	font-weight: bold;
	color: Black;
}

H1 {
   font-size: 16pt;
	font-variant: normal;
	font-weight: bold;
	color: Blue;
	}
	
H2 {
	font-size: 14pt;
	font-weight: bold;
	color: Blue;
}

H3 {
	font-size: 13pt;
	font-weight: bold;
	color: Blue;
}

H4 {
	font-size: small;
	font-variant: normal;
	font-weight: bold;
	color: Blue;
}

A {
	text-decoration: none;
	color: Navy;
	margin-left: 2;
	font-weight: bold;
}

A:Hover {
	text-decoration: underline;
	color: Red;
	margin-left: 2;
	font-weight: bold;
}

HR {
	color: blue;
	height: 1pt;
}
