body {
	color: #444444;
	font-family: Arial;
	font-size: 10pt;
	margin: 15px 0px 0px 0px;
  padding: 0px;
	text-decoration: none;
	text-align: center;
}

h1 {
	font-family: Georgia, Arial;
	color: #009fd9;
	font-size: 20px;
	font-weight: normal;
	margin: -5px 0px 15px -2px;
	vertical-align: top;
}

table, td {
	font-family: Arial;
	font-size: 10pt;
	line-height: 20px;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 162px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 14px;
	color: #fff;
	font: 11px/21px arial,sans-serif;
	background: url(/images/select.gif) no-repeat;
	overflow: hidden;
}

