body {
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

a:link {
	color: #0067c5;
	text-decoration: underline;
}

a:visited {
	color: #0067c5;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a:visited:hover {
	color: #CC0000;
	text-decoration: underline;
}

a:active {
	color: #0067c5;
	text-decoration: underline;
}

.HomeButton a {
	background: url("buttons/home.gif") no-repeat 0 0;
	width: 94px;
	height: 32px;
	display: block;
}

.HomeButton a:hover {
	background-position: -94px 0;
}

.HistoryButton a {
	background: url("buttons/history.gif") no-repeat 0 0;
	width: 129px;
	height: 32px;
	display: block;
}

.HistoryButton a:hover {
	background-position: -129px 0;
}

.TourButton a {
	background: url("buttons/tour.gif") no-repeat 0 0;
	width: 84px;
	height: 32px;
	display: block;
}

.TourButton a:hover {
	background-position: -84px 0;
}

.CalendarButton a {
	background: url("buttons/calendar.gif") no-repeat 0 0;
	width: 162px;
	height: 32px;
	display: block;
}

.CalendarButton a:hover {
	background-position: -162px 0;
}

.InfoButton a {
	background: url("buttons/info.gif") no-repeat 0 0;
	width: 79px;
	height: 32px;
	display: block;
}

.InfoButton a:hover {
	background-position: -79px 0;
}

.floatLeft {
	float: left;
	margin: 4px;
}

.floatRight {
	float: right;
	margin: 4px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
        text-align: center;
}


