body {
	background-color: #D2CC97;
	}

#naviTable {
	border-right: 2px dotted #B1AA70;
	/*/*/line-height: 1.5em; /* */
 }
 
#naviTable td {
 	padding: 4px;/*Pads each table cell in modern browsers*/
 }
 
#naviLink {
	background-color: #D2CC97;
	text-align: center;
	} 

#naviFooter {
	background-color: #D2CC97;
	text-align: center;
	}
	
#naviHeader {
	background-color: #D2CC97;
	text-align: center;
	}


a:link {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color:#9d3919;
	text-decoration:none;
	}
	
a:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color:#9d3919;
	text-decoration:none;
	}
	
a:hover {
	color:#efefef;
	text-decoration:none;
	}
	
a:activated {
	color:#9d3919;
	text-decoration:none;
	}