body {
	background-color: #f2f2f2;
    margin: 0; /* sets all to 0 */ 
}
.prehead {
	font-family: Tahoma, Arial;
	font-size: 14pt;
	color: #999999;
	text-align: center;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000099;
}
.testborder {
	border: 1px solid #000000;
}
.blueborder {
	border: 1px solid #000099;
}
.bullet2 {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.redarrow {
	list-style-position: outside;
	list-style-image: url(images/littleredarrow.gif);
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.redtick {

	list-style-position: outside;
	list-style-image: url(images/tick.gif);
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.highlight {
	background-color: #FFFF00;
}
.check {
	list-style-position: outside;
	list-style-image: url(images/check.gif);
	list-style-type: none;
}
.style1 {	color: #000099;
	font-weight: bold;
}
.style2 {color: #CC0000}
.style3 {color: #cc0000}
.testcopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	color: #0000CC;
}
