body {
	margin: 0px;
	padding: 1.5em 2.5em;
	background: #99ccff;
	color: #333333;
	font-family: verdana, sans-serif;
}

h1 {
	background: #0000cc;
	color: #3399ff;
	height: 60px;
	font-size: 1.8em;
	padding: 3px;
}

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

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

img {
	float: right;
}

.locator {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}

a:link {
	background: #99ccff;
	color: #0000cc;
}

a:visited {
	background: #99ccff;
	color: #000099;
}

a:hover {
	background: #0000cc;
	color: #99ccff;
}

thead {
	background: #3399ff;
}

th {
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-align: right;
}

th.sec {
	font-size: 0.8em;
}

thead th {
	text-align: center;
}

td {
	font-family: verdana, sans-serif;
	text-align: center;
}

address {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}

.warning {
	background: #99ccff;
	color: #993300;
	font-weight: bold;
	font-size: 0.8em;
}
