/* CSS Document */

body {
	margin:0px;
	}
	
td {
	color:#002800;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	}
	
h1 {
	color: #214200;
	font-weight: bold;
	font-size:15px;
}

a {
	color: #214200;
	font-weight: bold;
	}
	
a:hover {
	color: #FFFEDF;
	font-weight: bold;
	background-color:#214200;
	}

#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #214200;
	}

#navigation a {
	color: #002800;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	font-weight:bold;
	padding:8px 6px 8px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#navigation a:hover {
	color:#FFFEDF;
	font-weight:bold;
	background-color:#214200;
	background-repeat: no-repeat;
	}

#footer td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #214200;
	}