.navTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
.navHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/orange.gif);
	border-top-width: 2px;
	border-bottom-width: 2px;
	
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	/*text-indent: 15pt;*/
	padding-left: 15px;


}
.navItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #3399CC;
	margin-bottom: 1px;
	margin-top: 0px;
	letter-spacing: .05em;


}
.navHeading a{
	text-decoration: none;
	color: #666666;


}
.navItem a{
	text-decoration: none;
	color: #3399CC;
}
.navItem a:hover,.navHeading a:hover{
	text-decoration: none;
	color: #FF9900;
}

.white {
	color: #FFFFFF;
}
