BODY, TD {
	color : Navy;
	font-family :  Arial, sans-serif;
	font-size: 14px;
}

H2 {
	font-size: 16pt;
	color: #87CEFA;
	font-family : Arial, sans-serif;
}

H3 {
	font-size: 14pt;
	color: Navy;
	font-family : Arial, sans-serif;
}

H4 {
    font-size: 12pt;
	font-weight: bold;
	color : #6495ED;
	font-family : Arial, sans-serif;
	}

A {
	text-decoration: none;
	color: Blue;
}

A.bold {
	text-decoration: none;
	color: Blue;
	font-weight : bold;
}


A:Hover {
	text-decoration: underline;
}

HR {
	color: blue;
	height: 1pt;
}
