BODY, TD, P  {
	color : black;
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}

H1  {
	font-size : 16pt;
	font-weight : bold;
	font-style : normal;
}

H2  {
	font-size : 14pt;
	font-weight : bold;
	font-style : normal;
}

H3  {
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
}

H6  {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
}

TH {
	background-color:#EEEEEE;
	color: #000000;
	font-weight: bold;	
	font-size : 10pt;
	text-align: center;
	padding:4 4 4 4;
}

A, A:link, A:visited  {
	text-decoration: none;
	color : #006600;
}

A:hover  {
	text-decoration: underline;
	color : #009966;
}

HR {
	height: 1px;
	color:#DDDDDD;
}

.bales {
	color : #004400;
	font-weight: bold;	
}

.error {
	color : #990000;	
}

.grayed {
	color : #AAAAAA;	
}

.formBkg {
	background-color:#EEEEEE;
}
.formBkg2 {
	background-color:#F7F7F7;
}

.dateTxt {
	color: #ffffff;
	font-size:7pt;
	font-weight:bold;	
}

.smallTxt, TR.smallTxt, TD.smallTxt, TH.smallTxt {
	font-size:8pt;	
}