.index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC33;
	height: auto;
	width: auto;
}
.yellowhighlight {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	background-color: #FFFF00;

}
.redhighlightCopy {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	background-color: #FF0000;
	color: #FFFFFF;

}
.greenhighlight {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #00CC00;
}
