body {
	background: #FFFFFF none;
	color: #000000;
	font-size: 75%;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

.boldCopy {
	font-weight: bold;
}

table#drawdates {
	width: 50em;
	border: 1px solid #CCCCCC;
}

tr.odd {
	background-color: #CCCCCC;
}

table#drawdates th, table#drawdates td {
	text-align: left;
	padding: 4px;
}