.yellow {
	background-color: #FFFF00;
}

.mainTableCell {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(images/red_bullet_whitebg.gif);
	list-style-type: disc;
}
.hdr3Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CC0000;
	font-weight: bold;
}
.hdr1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
}
.boxBKonW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #CC0000;
	list-style-image: url(images/red_bullet.gif);
	list-style-position: outside;
	list-style-type: disc;
}
.boxBKonY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px solid #CC0000;
	list-style-image: url(images/red_bullet.gif);
	list-style-position: outside;
	list-style-type: disc;
}

