body {
	background-color: #414141;
	font: normal 11px Tahoma, Arial;
	color: #8a8a8a;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	color: #ffffff;
	margin: 0px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

p {
	padding: 10px 0px;	
}
.clear {
	float: none;
	clear: both;
}

.formTable td {
	padding: 5px;	
}

.fLabel {
	color:#ccc;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.fInput {
	background-color: #CCC;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
}

.fInput2 {
	background-color: #666;
	background-image:url(images/lightOverlayThree.png);
	background-repeat: repeat-x;
	background-position: top;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
}
a:link {
	color: #990;
	text-decoration: underline;
}
a:hover {
	color: #CC0;
	text-decoration: none;
}
a:visited {
	color: #996;
	text-decoration: none;
}
a.white-link-underline {
	text-decoration: underline;
	color: #FFFFFF;
}


/* TOP NAVIGATION STYLES */
ul.topnav {
	list-style: none;
	padding: 0 0px;
	margin: 0;
	float: left;
	width: 740px;
	font-size: 13px;
	color: #fff;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0px 1px;
	height: 46px;
	border-right:1px solid #4f4f4f;
	border-left:1px solid #767676;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a {
	padding: 15px 15px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover {
	color: #fff;
	background-image: url(images/lightOverlayThree.png);
	background-repeat: repeat-x;
	background-position: top;
}
 ul.topnav li span { /*--Drop down trigger styles--*/
	height: 46px;
	float: left;
}
ul.topnav li span.subhover { background-position: center bottom; cursor: pointer; } /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 46px;
	background: #686868;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #ddd; --Create bevel effect--*/
	/*border-bottom: 1px solid #eee; --Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #fff url(../images/dropdown_linkbg.png) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #E7EEEE url(../images/dropdown_linkbg.png) no-repeat 10px center;
}
.white-text {
	color: #ffffff;
	text-decoration: none;
}
.blye-text-underline {
	color: #00ffb7;
	text-decoration: underline;
}
.blye-text-regular {
	color: #00ffb7;
	text-decoration: none;
}
.yellow-text-regular {
	color: #ff9c00;
	text-decoration: none;
}
.yellow-text-underline {
	color: #ff9c00;
	text-decoration: underline;
}
.orange-text-regular {
	color: #f17e22;
	text-decoration: none;
}
.orange-text-underline {
	color: #f17e22;
	text-decoration: underline;
}
.broun-text-regular {
	color: #de4e06;
	text-decoration: none;
}
.broun-text-underline {
	color: #de4e06;
	text-decoration: underline;
}
.red-text-regular {
	color: #8a3c53;
	text-decoration: none;
}
.red-text-underline {
	color: #8a3c53;
	text-decoration: underline;
}
.black-text-regular {
	color: #000000;
	text-decoration: none;
}
.black-text-underline {
	color: #000000;
	text-decoration: underline;
}
.gray-text-underline {
	color: #7c7c7c;
	text-decoration: underline;
}
.gray-text-regular {
	color: #7c7c7c;
	text-decoration: none;
}
.green-text {
	color: #70a693;
	text-decoration: none;
}
.green-text-underline {
	color: #70a693;
	text-decoration: underline;
}
