 BODY {
	color: #00008B;
	word-spacing: normal;
	font-family: Helvetica;
	font-size: 14px;
}

A:LINK {
	color : Blue;
	text-decoration : none;
}

A:ACTIVE {
	color : Blue;
	text-decoration : underline;
}

A:VISITED {
	color: Maroon;
	text-decoration: none;
	font-weight: normal;
}

A:HOVER {
	color : White;
	text-decoration : underline;
	background : transparent;
	font-weight : normal;
	background-color : Navy;
}


 P {
	line-height: normal;
}
 
 H2 {
	font-size : 20pt;
	line-height : normal;
	font-weight : lighter;
}
 
 H3 {
	font-size : 18pt;
	line-height : 1.7em;
	font-weight : lighter;
}
 H4 {
	font-size : 14pt;
	line-height : 1.7em;
	color : White;
}
 H5 {
	font-size : 10pt;
	line-height : normal;
	font-weight : normal;
	background : transparent;
}
 H6 {
	font-size : 8pt;
	margin : 0px;
	font-weight : lighter;
	background : White;
}
 LI {
 }
BLOCKQUOTE {
}
TBODY {
	font-size: 14px;
}