@charset "UTF-8";
/* CSS Document */


	/*a:link {
	text-decoration: none;
	color: #808080;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FA7D15;
}*/
	
.whitebk {
	/*body content area still need shadow*/
	color: #808080;
	font-size: 12px;
	background: #FFFFFF url(images/white.jpg) top left no-repeat;
	padding: 0.75em;
	margin-left: 22%;
	text-align: left;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-color: #D5D6BC;
	border-bottom-color: #D5D6BC;
	border-right-style: solid;
	border-bottom-style: solid;
	line-height: 18px;
}
		
.whitebk2 {
	/*body content area still need shadow*/
	color: #808080;
	font-size: 12px;
	background: #FFFFFF url(images/whpixel.jpg) top left no-repeat;
	padding: 0.75em;
	margin-left: 22%;
	text-align: left;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-color: #D5D6BC;
	border-bottom-color: #D5D6BC;
	border-right-style: solid;
	border-bottom-style: solid;
	line-height: 18px;
}
		
.graytxt {
	/*body content area with shadow*/
	color: #808080;
	font-size: 12px;
	background: #FFFFFF;
	padding: 0.75em;
	margin-left: 22%;
	text-align: left;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-color: #D5D6BC;
	border-bottom-color: #D5D6BC;
	border-right-style: solid;
	border-bottom-style: solid;
	line-height: 18px;
}
		
.gray {
	/*body content area NO shadow*/
	color: #808080;
	font-size: 12px;
	background: #FFFFFF;
	padding: 0.75em;
	margin-left: 22%;
	text-align: left;
	line-height: 18px;
}
	
.whiteTxt {
	/*body content area NO shadow*/
	color: #FFFFFF;
	font-size: 12px;
	/*background: #9EB400;
	padding: 0.75em;
	margin-left: 22%;
	text-align: center;
	line-height: 16px;*/
}
			
.grn {
	color: #9EB400;
	/*white text on green nav*/
			/*color: #FFFFFF;
			font-size: 12px;
			background: #9EB400;
			margin-left: 22%;
			text-indent: 10px;
			height: 17px;*/
}
		
/*not used	
	.grn2 {	
			display : block;
			color: #FFFFFF;
			font-size: 12px;
			background: #FA7D15;
			margin-left: 22%;
			text-indent: 10px;
			height: 17px;
		}*/
		
.navwh {
	color: #808080;
	font-size: 12px;
	background: #FFFFFF url(images/navwhite.jpg) top left no-repeat;
	margin-left: 22%;
	text-indent: 20px;
	height: 18px;
	text-align: left;
}
		
.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FA7D15;
	line-height: 18px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	background: url(images/bkgrd.gif);
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	line-height: 18px;
}
