 BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: White;
	color: Navy;
}

A:LINK {
	color : Navy;
	text-decoration : none;
	font : bold;
	text-decoration : underline;
}

A:ACTIVE {
	color : Navy;
	text-decoration : underline;
	font-weight : bold;
}

A:VISITED {
	color : Red;
	text-decoration : none;
}

A:HOVER {
	color : #696969;
	text-decoration : underline;
	background-color : transparent;
}


 P {
	line-height : 1.2em;
	text-align : left;
}
 
 H2 {
	font-size : 24pt;
	line-height : normal;
	font-weight : normal;
}
 
 H3 {
	font-size : 18pt;
	line-height : 1.7em;
	font-weight : lighter;
}
 H4 {
	font-size: 14pt;
	line-height: normal;
	font-weight: normal;

}
 H5 {
	font-size: 12pt;
	line-height: normal;
	font-weight: normal;
	font: bold small-caps;
	background-color: #C3D6F4;
}
 H6 {
	font-size: 12pt;
	margin: 0px;
	font-weight: normal;
	font: bold small-caps;
	background-color: #F0E68C;
}
 LI {
	list-style : inside;
}
BLOCKQUOTE {
}
TBODY {
	font-size : 10pt;
}