 BODY {
	color: Black;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A:LINK {
	color: Blue;
	text-decoration: none;
	font-weight: normal;
}

A:ACTIVE {
	color: Silver;
	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: Maroon;
}


 P {
	line-height : 1.2em;
}
 
 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;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
 LI {
 }
BLOCKQUOTE {
}
TBODY {
	font-size: 12px;
}