/* Dixie National Forest */
.dixienf  { 
	color:  darkblue;
	background-color: seashell ; 
	background-image: url(http://www.bobpalin.com/websupport/background/flnf_bgnd.jpg); 
	font-family: Trebuchet MS, Ariel;  
}


table.textback {
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: seashell;
}
table.textback th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: seashell;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.textback td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: seashell;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
}


