BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background: #F8F8F8;
	color: Black;
}

A {
	font-size: 9pt;
	color: Blue;
	text-decoration: underline;
}

A:active {
	color: #FF0000;
}

TABLE {
	background-color: none;
	border: none;
}

TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	background-color: #E8E8E8;
	border: none;
	padding: 10px;
}

P {
	font-size: 9pt;
	font-weight: normal;
}

H1 {
	font-size: 14pt;
	font-weight: bold;
}

H2 {
	font-size: 13pt;
	font-weight: bold;
}

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

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

H5 {
	font-size: 10pt;
	font-weight: bold;
}

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


