body {
	background-color: #fbda2e;
}
/********************************** nav **************************************/
a.nav2 {
	color: #333333 !important;
}
a.nav:hover, a.navSel {
	color: #f4b91b !important;
}
/********************************** subnav ***********************************/
a.subnav:hover, a.subnavSel {
	color: #f4b91b !important;
}
/********************************** content **********************************/
h1.titleCenter {
	color: #f4b91b !important;
}
a.text {
	color: #f4b91b !important;
	text-decoration: none;
}
a.text:hover {
	color: #000000 !important;
}