body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: small;
}

a:link, a:visited {
	text-decoration: none;
	color: #004f2f;
	font-weight: bold;
	font-size: 90%;
}

a:hover, a:focus {
	text-decoration: underline;
}

address {
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
}

p td tr table ol ul {
	font-size: .8em;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

h1 {
	font-size: 1.0em;
	}


/* 
############################################ FOOTER
*/

#footer {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px;
	font-size: .9em;
	text-align: left;
	background-color: #004f2f;
}

#footer p.footer {
	position: relative;
	left: 173px;
	margin: 0px;
}

#footer a {
	margin: 0px 10px;
	padding: 4px 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #fed082;
}

#footer a:focus {
	color: #fed082;
}

/* 
############################################ Safari hack 20100125
*/

legend
{
align:left;
	}
