BODY {
	background: #f7eccc;
	color : ;
	font-family : "Bookman Old Style";
	font-size: 12px;
	background-repeat : repeat-x;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : 2px;
	line-height : normal;
	list-style : lower-roman inside;
	margin : 5px 10px 10px 10px;
}
 TD {
	font-family : "Bookman Old Style";
	font-size: 12px;
	background-repeat : repeat-x;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : 2px;
	line-height : normal;
	list-style : lower-roman inside;
	margin : 0px 10px 10px 0px;
	border-top-width : 0px;
	color : Navy;
}
h1{
	font-size: 17PT;
	color : #63adf7;
}
H2 {
	font-size: 15pt;
	color : #63adf7;
	font-family: sans-serif;

}

H3 {
	font-size: 13pt;
	font-family: sans-serif;
	color : #63adf7;
}

H4 {
	font-family: sans-serif;
	font-size: 11pt;
	color : #63adf7;
}
h5{
	font-family: sans-serif;
	font-size: 9pt;
	color : #63adf7;
}

A {
	color: Blue;
	text-decoration : underline;
}

A:Hover {
	color: red;
	text-decoration : none;
}

HR {
	height: 1pt;
}

