#main {
	font-size: 80%;
	line-height: 1.2;
	padding: 0px 24px;
}
#main p {
	font-size: 100%;
	margin: 16px 0px 16px;
}
/*
td > img {
	display: block;
}
*/
#footer {
	font-size: 60%;
	line-height: 1;
	padding: 20px 0px 24px 24px;
}
#bottomlinks {
	font-size: 60%;
	line-height: 1;
	padding: 5px 0px 8px;
}
#footer p,#bottomlinks p {
	margin: 10px 0px;
}
#navbar {
	font-size: 80%;
	padding: 16px 8px 24px 0px;
}
p.navbtn {
	font-size: 100%;
	font-weight : bold;
	margin: 4px 0px 2px;
}
p.navsub {
	font-size: 100%;
	font-weight : bold;
	margin: 4px 0px 2px;
}
p.navbtn a {
	text-decoration: none;
	background-color: #950004;
	display: block;
	padding: 3px 0px 3px 10px;
	width: 130px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
}
p.navbtn a:hover, p.navbtn a:active {
	color: #ff0000;
	background-color: #000066;
}
p.navsub a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 12px;
	width: 130px;
}
a:link.noline, a:visited.noline, a:hover.noline {
	text-decoration: none;
}
.showit {
	display: block;
}
.hideit {
	display: none;
}
/* Opera workaround */
html>body .hideit {
	display: block;
}
/* Opera workaround 2 */
head:first-child+body .hideit {
	display: none;
}
h2 {
	font-size: 120%;
	line-height: 1;
	margin: 10px 0px;
}
h3 {
	font-size: 110%;
	line-height: 1;
	margin: 10px 0px;
}
h4 {
	font-size: 100%;
	line-height: 1;
	margin: 10px 0px;
}
h5 {
	font-size: 90%;
	line-height: 1;
	margin: 10px 0px;
}
th { 
	padding-top: 1px;
}
.f1b {
	font-size: 160%;
	font-weight: bold;
}
.f2b {
	font-size: 140%;
	font-weight: bold;
}
.f3b {
	font-size: 120%;
	font-weight: bold;
}
.f3bc {
	color: #C5D82D;
	font-size: 120%;
	font-weight: bold;
}
.f4bc {
	color: #ff9966;
	font-size: 110%;
	font-weight: bold;
}
.f4c {
	color: #000066;
	font-size: 110%;
}
.f4b {
	font-size: 110%;
	font-weight: bold;
}
.err {
	font-size: 100%;
}