BODY {
	margin-top : 0px;
	background-color : White;
}

TH {
	font: bold;
	background-color: #CC9933;
	text-align: left;
}

TD {
	vertical-align : top;
}

H1  {
	margin-bottom: 0px;
	font: bold 10pt;
}

H2  {
	font: bold 9pt;
	margin-bottom: 0px;
}

H3 {
	margin-bottom: 0px;
	font-size: 8pt;
}

P, LI, UL, BODY, TD  {
	font: 8pt sans-serif;
	font-family: sans-serif;
}

P, UL {
	margin-top: 2px;
}

DIV.m {
	font-weight: bold;
}

DIV.m1 {
	font-weight: normal;
}

CODE {
	font-family: monospace;
}

TABLE.CODE {
	border: 1px solid Black;
	background-color: #CCCCCC;
	font-family: monospace;
	width: 100%;
}

TABLE.DATA {
	width: 100%;
	background-color: #FFCC66;
}