BODY {
	color : Black;
	font-family : Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
}
td {
	color : Black;
	font-family : Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
}
H1 {
	font-size: 18pt;
	color: #00008B;
}
H2 {
	font-size: 14pt;
	color: #00008B;
}

H3 {
	font-size: 13pt;
	color: #00008B;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	color: #8B0000;
}

A:Hover {
	text-decoration: underline;
	color: #8B0000;
}

HR {
	color: Navy;
	height: 1pt;
}
LI {
	list-style-type : square;
}

