BODY {	background: #FFFFFF; 
	margin: 0px; padding: 0px;
	font-family: Trebuchet MS, serif;
	font-size: 12px;
	width: 75%;
	height: 100%;
	}

PRE {	
	color: #333333;
	font-family: Trebuchet MS, serif;
	font-size: 10px;
	}

PRE.red {	
	color: #ff0000;
	font-family: Trebuchet MS, serif;
	font-size: 10px;
	}

TABLE TD {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	font-size: 11px;
	vertical-align:top;
}

H1 {
	color: #333333;
	font-family: Trebuchet MS;
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 0px;
}


H2 {
	color: #333333;
	font-family: Trebuchet MS;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 0px;
}

H3 {
	color: #333333;
	font-family: Trebuchet MS;
	font-size: 14px;
	line-height: 16px;	
	font-weight: normal;
	margin-bottom: 0px;
}

A.red {
	color: #FF0000;
}

A {
	color: #FFAE00;
}

A.gray {
	color: #999999;
}

.hrfront {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
	background: url(../images/dots.gif) repeat-x;
	padding: 0;
	margin: 10px 0px 0px 0;
}

.text {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 75px;
}

UL {
	margin-bottom: 20px;
}

LI {
	list-style-type: circle;
}

LI.hw {
	list-style-type: decimal;
	margin-bottom: 10px;
}