	#maintext {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : small;
	}

	body {
	margin:0px;
	}
	
	#footer {
    position: absolute;
    bottom: 0;
    width:100%;
    }
    
	table.footer {
	width:100%;
	background-color:#369546;
	border-width: 0px;
	height: 20px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : x-small;
	color : white;
	text-align: center;
	}

 	table.topbar {
	width:100%;
	background-color:#369546;
	border-width: 0px;
	height: 22px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : small;
	font-weight: bold;
	color : white;
	}
	
 	td.body {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : small;
	}
	
	h1 {
	font-size : small;
	margin-top: 0px;
	}
	
	A.homebar {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

	A.homebar:HOVER {
	color: White;
	text-decoration: underline;
	}
	
	A.body {
	color: #369546;
	text-decoration: none;
	font-weight: normal;
	}

	A.body:HOVER {
	color: #369546;
	text-decoration: underline;
	}
	
	A.navhead {
	color: #2067a8;
	text-decoration: none;
	font-weight: bold;
	}

	A.navhead:HOVER {
	color: #2067a8;
	text-decoration: underline;
	}