

BODY {
  color : black;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	font-family : verdana, arial, helvetica;
	font-size : 8pt;
	font-weight : normal;
}

p.small  {
	font-size : 8pt;
	font-weight : normal;
}
	
H1 {
	font-size : 8pt;
	font-weight : normal;
}
	
H2 {
	font-size : 9pt;
font-weight : normal;
}

caption {
 	font-size : 11pt;
 	font-weight : bold;
}

	H3 {
	font-size : 11pt;
	font-weight : bold;
}

	H4 {
	font-size : 9pt;
	font-weight : bold;
}

	td {
	font-size : 8pt;
	font-weight : normal;
}

	A:link {
	color : blue;
	text-decoration : underline;

}
	A:visited {
	color : darkblue;
	text-decoration : underline;
}
	
A:hover {
	color : black;
	text-decoration : underline;
}
	
A:active {
	cursor : wait;
color : yellow;
	text-decoration : underline;
}



