BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;	
}

A {
	text-decoration: underline;
	color: black;
}

A:Hover {
	color: navy;	
}

A:Visited {
	text-decoration: underline;
	color: darkslategray;
	
}

A:Active {
	text-decoration: underline;
	color: navy;
	
}

H1, H2 {
	font-family : Arial;
	color: Black;
	font-weight : bold;
	font-size : 14pt;
	line-height : 120%;
}
H3 {
	font-family : Verdana;
	color: Black;
	font-weight : bold;
	font-size : 11pt;
	line-height : 120%;
}

BLOCKQUOTE {
	margin-left: 12px;
}
