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, li {
	font-size: 10pt;
}
li {
	margin-right: 50px;
}
.small {
	font-size: 8pt;
}
.smallbold {
	font-size: 9pt;
	font-weight: bold;
}
.normal {
	font-size: 10pt;
}
.bold {
	font-size: 10pt;
	font-weight: bold;
}
.offer {
	font-size: 10pt;
	font-weight: bold;
	color: #FF0033;
}

#thumbnails {
	border: 1px solid #000099;
	width: 746px;
	padding-top: 10px;
	padding-bottom: 6px;
}
#thumbnails img {
	border: 0;
	margin-left: 12px;
	margin-right: 12px;
}
#thumbnails .slideshowtext {
	font-size: 0.8em;
	padding-left: 20px;
	font-weight: bold;
	font-style: italic;
}
