span.base {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
}
p.narrow {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	color : Black;
}
td.heading {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : larger;
	color : Blue;
}
p.heading {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 18px;
	color : Blue;
}
h2 {
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : bold;
	font-size : 24px;
	font-weight : bolder;
}
h3 {
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : bold;
	font-size : 18px;
	font-weight : bolder;
}
h4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Blue;
	font-weight : bold;
}

	

BODY {
	color : Black;
	background-color : #FFF8DC;

	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
}

h6 {
	font-size: 1px;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffe1;
	margin: 0px; 
	padding: 0px;
	
}



p,td {
	font-size :12px;
	font-family : Verdana;
	font-style : normal;
	text-align : justify;
}

td.index {
	text-align : center;
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	
}


A {
	color : #0000CD;
	text-decoration : none;
}

A:HOVER {
	color : Red;
	text-decoration : none;
}