BODY {
	color: Black;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A {
	color: #0088CC;
	font-weight: bold;
}

A:HOVER {
	color: Red;
}

H3 {
	font-size: 14px;
	font-weight: bold;
	color: #6A6A6A;
}

H4 {
	font-size: 13px;
	font-weight: bold;
}

TABLE.up {
	background-color: #F3F3F3;
	border-top: 1px dashed #0099FF;
	color: #0088CC;
}

TABLE.down {
	background-color: #F3F3F3;
	border-bottom: 1px dashed #0099FF;	
	color: #0088CC;
}

TR.bg {
	background-color: #FFFFFF;
}

TD {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

TD.grey {
	color: #6A6A6A;
	font-weight: bold;
	}
	
PRE {
	font-size: 13px;
}

DIV.small {
	font-size: 11px;
}

UL {
	line-height: 150%;
}