/* CSS Document */

a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: none;
	color: #004B00;
}
a:active {
	text-decoration: none;
	color: #009900;
}

body {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: lighter;
}

	#navigation_main {
	float: left;
	width: 800px;
	height: 30px;
	font-size: 15px;
	

