	BODY {
		background-image: url(images/bg2.gif);
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #6B8412;
		margin: 0px;
		padding: 0px;
		font-family: arial;
		font-size: 10pt;
	}
	DIV#nav {
		position: relative; 
		top: 112px; 
		font-weight: bold; 
		color: white; 
		font-size: 12px;
		padding: 0px 5px 0px 25px;
	}
	DIV#nav A {
		margin-right: 20px;
		color: white;
		text-decoration: none;
		border-bottom: dotted 1px #4C7428;
	}
	DIV#nav A:hover {
		color: black;
		border-bottom: solid 2px black;
	}
	DIV#nav2 {
		text-align: right;
		position: relative; 
		top: 42px; 
		font-weight: bold; 
		color: white; 
		font-size: 9px;
		padding: 0px 5px 0px 25px;
	}
	DIV#nav2 A {
		margin-right: 2px;
		color: white;
		text-decoration: none;
		border-bottom: dotted 1px #4C7428;
	}
	DIV#nav2 A:hover {
		color: black;
		text-decoration: none;
		border-bottom: solid 1px black;
	}
	A#last {
		margin-right: 0px;
	}
	DIV.head {
		background-color: darkgreen;
		color: white;
		font-weight: bold;
		font-size: 16px;
		padding: 3px;
		border-bottom: solid 1px black;
		margin-bottom: 10px;
	}
	.mth {
		color: darkgreen;
		font-size: 16px;
		border-bottom: solid 1px black;
		font-weight: bold;
		margin-top: 25px;
		text-transform: uppercase;
	}
	.hd {
		font-weight: bold;
		color: green;
		margin-bottom: 2px;
		padding: 3px;
		padding-left: 0px;
		margin-left: 15px;
		border-bottom: dotted 1px black;
		margin-top: 15px;
		text-transform: capitalize;
	}
	.dt{
		background-color: green;
		color: white;
		padding: 3px;
		border: solid 1px black;
		width: 75px;
	}
	.d {
		margin-left: 15px;
	}