html, body {
	height: 100%;
}
p {
	padding: 0 0 1em 0;
	margin: 0px;
}
body {
	background-color: #fff;
	font-size: 76%;
	font-family: Tahoma, Verdana, sans-serif;
	color: #3A6A74;
}
h1 {
	color: #3a6a74;
	font-size: 180%;
	font-weight: bold;
	padding: 1em 0 0 0;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	padding: 0 0 1em 0;
	margin: 0px;
}
ul {
	margin-top:0px;
	margin-bottom: 10px;
}
li {
	padding-bottom: 5px;
}
td {
	font-size: 76%;
}
td a, td a:visited {
	font-size: 100%;
	color: #3a6a74;
	text-decoration: underline;
}
td a:hover {
	font-size: 100%;
	color: #999999;
	text-decoration: underline;
}
tr.dark{
	background-color: #346474;
	color: #ffffff;
}
tr.dark a, tr.dark a:visited {
	font-size: 100%;
	color: #ffffff;
	text-decoration: underline;
}
tr.dark a:hover {
	font-size: 100%;
	color:#84b0b9;
	text-decoration: underline;
}
tr.white{
	background-color: #fff;
}
td.white{
	background-color: #fff;
	padding: 10px 5px 5px 5px;
}
tr.shade{
	background-color: #f0f8f9;
}
td.shade{
	background-color: #f0f8f9;
	padding: 10px 5px 5px 5px;
}
.headertext {
	color: #3a6a74;
	font-size: 180%;
	font-weight: bold;
}
.logo {
	padding: 0px 5px 0px 0px;
}
.otherlink a, .otherlink a:visited {
	font-size: 100%;
	font-family: Tahoma, Verdana, sans-serif;
	color: #3A6A74;
	text-decoration: underline;
}
.otherlink a:hover, .otherlink a:active {
	font-size: 100%;
	font-family: Tahoma, Verdana, sans-serif;
	color: #999999;
	text-decoration: underline;
}