body {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
div#main {
	width: 900px;
	margin-top: 20px;
	position: relative;
	left: 50%;
	margin-left: -450px; /* half the width of the div */
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #FF0033;
}
p {
	font-size: 10pt;
}
.small {
	font-size: 8pt;
}
.smallbold {
	font-size: 8pt;
	font-weight: bold;
}
.normal {
	font-size: 10pt;
}
.bold {
	font-size: 10pt;
	font-weight: bold;
}
.offer {
	font-size: 10pt;
	font-weight: bold;
	color: #000099;
}
