
body       { font-size: 11px; line-height: 13px; color: maroon; font-family:serif; }
h1         { color: maroon; font-weight: bold; font-size: 30px; line-height: 29px; margin-top: 0px; margin-bottom: 12px; }
h2         { color: maroon; font-weight: bold; font-size: 17px; line-height: 15px; margin-top: 0px; margin-bottom: 12px; }
h3         { color: maroon; font-weight: bold; font-size: 12px; line-height: 15px; margin-top: 0px; margin-bottom: 12px; }
td    { font-size: 11px; line-height: 13px; font-family: serif;  }
a {
	text-decoration:none;
	font-weight:bold;
	color:maroon;
	}


.indent0 {margin-left:0;}
.indent1 {margin-left:10px;}
.indent2 {margin-left:20px;}
.center {text-align: center;}
.xxsmall { font-size: 9px;}
.tinycenter {text-align: center; font-size: 8px; }

.columns {
position: relative;
}
.left {
position: absolute;
top: 20px;
height: 100%;
width: 200px;
}
.middle {
position: absolute;
top: 20px;
margin-top: 0;
margin-left: 200px;
}
.right {
position: relative;
top: 20px;
right: 0;
left: 100px;
margin-left: 0;
margin-right: 100px;
margin-bottom: 40px;
}
.navigation tr {
	height: 14px;
}
.navigation th {
	text-align:right;
	color: maroon;
	background:  lightgreen;
	padding: 4px 6px;
	border: 1px solid #006400;
}
.navigation td {
	text-align: right;
	background: darkgreen;
	color: #FDD017;
	height: 14px;
}
.navigation a {
	text-decoration:none;
	font-weight:bold;
	color:#FDD017;
	}
.top {
	background-color:maroon;
}
.top body {
	background-color:maroon;
	margin:0;
}
.top h1 {
	background: maroon;
	color: #FDD017;
	border:0;
}

