/* This Class is defined for Home Page */
A:Link, A:Active, A:Visited {
	color : #000097;
	text-decoration : none;
}
A:HOVER {
	color : #0000FF;
	text-decoration : underline;
}
H1 {
	font-family : Times New Roman;
	font-size : 28pt;
	margin: 0px;
	color: #1861BD;
}
H2 {
	font-family : Times New Roman;  
	font-size : 20pt;
	margin: 0px;
	color: #000097;
}
H3 {
	font-family : Arial;  
	font-size : 18pt;
	margin: 0px;
	color: #000097;
}
H4 {
	font-family : Verdana;  
	font-size : 10pt;
	margin: 0px;
	color: #000097;
}
