.gen_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0066CC;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: 000099;
	height: 15px;
	width: 75%;
	border: thin solid #999999;
	float: left;
}
.txtHIGH {
	background-color: #CCCCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3399CC;
}
.txtLOW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFCC;
	color: #3399CC;
}
