#navigation td {
	border-bottom: 1px solid #FFFFFF;
	}
	
#navigation a {
	font: 12px tahoma;
	color: #FFFFFF;
	line-height:10px;
	text-decoration:none;
	display:block;
	padding:7px 7px 7px 16px;
	background: url(menu.gif) 1px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #FFFFFF url(menu.gif) 3px 45% no-repeat;
	color:#000099;
	}

body {
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ACB57C;
}

body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	}
