/* CSS Document */
body{
	font:"palatino Linotype";
	color:#FFFFFF;
}
body a{
	font:"palatino Linotype";
	color:#FFFFFF;
	text-decoration: underline
}
body a:hover{
	font:"palatino Linotype";
	color:#FFFFFF;
	text-decoration:none;
}

	
/* navigation */
.navigation {
	background: #1B5B05; height: 30px; width: auto;
	border-top: 1px solid #996;
	font-size: 12px;
}
.navigation a {
	font-size: 12px;
	background: #1B5B05;
	border-right: 0px solid #000000;
	color: #FFFFFF;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #FFFFFF; background: #2B7212; height: 30px;}

