body {
	font-family: Arial, Helvetica, sans-serif; 
	margin-left: 89px; 
	margin-right: 89px;
	font-size: .9em;
	background-color: #C2D4E8;
}
table {
	background-color: white;
}
table.banner {
	border: 1px solid #ffffff; 
}
h1 {
	font-size: 1.4em; 
	margin-top: 1.5em;
}
h2 {
	font-size: 1.2em; 
}
h3 {
	font-size: 1em;
}
li {
	margin-left: -1.5em; 
	margin-bottom: .2em; 
}
.menu {
	color: white; 
	font-weight: bold; 
	font-size: 1em; 
	text-align: center;
	text-decoration: none;
}
a.nav {
	text-decoration: none;
}
.menuhere {
	color: yellow; 
	font-weight: bold; 
	font-size: 1.2em; 
	text-decoration: none; 
	text-align: center;
}
.menuyellow {
	color: yellow; 
	font-weight: bold; 
	font-size: 1em; 
	text-decoration: none; 
	text-align: center;
}
.important {
	border: 2px solid black; 
	padding: 4px;
}
.small {
	font-size: .8em;
}
.red {
	color: red;
	font-weight: bold;
}
.green {
	color: green;
	font-weight: bold;
}
.topspace {
	margin-top: 1.5em;
}
.tight {
	margin-bottom: 0em;
}