body {
	background-color: #FFFFFF;
}

td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
} 
h1 { 
	font-weight: bold; 
	color: #ff960e;
	font-size: 12pt; 
	margin-bottom: 10px;	
} 
h2, .h2 {
	font-weight: bold; 
	color: #ff960e;
	font-size: 9pt; 
}
.h4, h4 { 
	font-weight: bold; 
	color: #ff960e;
	font-size: 9pt; 
}
.h5, h5 { 
	font-weight: bold; 
	color: #ff960e;
	font-size: 9pt; 
}
.h6, h6 { 
	font-weight: bold; 
	color: #ff960e;
	font-size: 14pt;
	margin: 0px;
}
a, a:visited { 
	color: #000000; 
} 
a:hover { 
	color: #000000; 
} 
.footer,a.footer,a.footer:visited { 
	color: #000000; 
	font-size: 8pt; 
	text-decoration: none;
} 
a.footer:hover { 
	color: #000000; 
} 
.smalltext {
	color: #000000; 
	font-size: 7pt; 
	text-decoration: none;
} 
.cellpadding-margin_and_cell { 
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-width: 8px;
	border-style: solid;
	border-color: #FFFFFF;
}
.cellpadding-margin { 
	border-width: 8px;
	border-style: solid;
	border-color: #FFFFFF;
}
.news_bluetext {
	color: #137CD7;
	font-weight: bold;
}
.foxylist {
	list-style-image: url(images/foxhead20.gif);
	line-height:20px;
	list-style-type: circle;
}
.news {
	color: #000000; 
	font-size: 7pt; 
	text-decoration: none;

}

/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/
#menu {
	background-color: #E7EAEC;
	padding-bottom: 10px;
	width: 140px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 10px;
	padding: 0px;	
}
#menu ul li {
	margin: 0; 
	padding: 0; 
}

#menu ul li a, #menu ul li a:visited {
	border-bottom: 1px solid #1292FC;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
	/*width avoids extra whitespace in ie5-6*/
	width: 90px;
}
* html #menu ul li a {  /* This is the Tan hack */
	width: 110px; 
	w\idth: 90px; 
	}
#menu ul li a:hover, #menu ul li a:active {
	color:#FF8000;
	}
