body {
	margin:0px;
	padding:0px;
	height:100%;
	max-height:100%;
	background-color:#FFFFFF;
	background-image:url('images/bg.gif');
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

a, a:link, a:visited {
	color:#990000;
}
a:hover {
	color:#666666;
}

img {
	border-width:0px;
}

h1 {
	font-size:24px;
	color:#CC0000;
	font-weight:normal;
	margin-top:18px;
	margin-bottom:18px;
}

.date {
	font-size:12px;
}

.small {
	font-size:10px;
}

.school {
	font-size:12px;
}
.county {
	font-size:11px;
	font-style:italic;
}
.awardee {
	font-weight:bold;
}
.awards-table, .meeting-table {
	background-color:#000000;
}
.awards-table th, .meeting-table th {
	background-color:#990000;
	color:#FFFFFF;
}
.awards-table td, .meeting-table td {
	background-color:#FFFFFF;
}

.meeting-table .date {
	width:100px;
	text-align:center;
}
.meeting-table .event {
	width:450px;
	line-height:20px;
}
.meeting-table .location {
	font-size:12px;
	font-weight:bold;
}
.meeting-table .time {
	width:100px;
	text-align:center;
}