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


.whitebk {
	/*body content area still need shadow*/
	color: #333333;
	font-size: 12px;
	background: #FFFFFF url(images/white.jpg) top left no-repeat;
	padding: 0.75em 1.75em 1.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: #333333;
	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: #333333;
	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: #333333;
	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: 14px;
	font-weight:bold;
	text-align: right;
}
			
.grn {
	color: #869800;
}
.navwh {
	color: #333333;
	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: 14px;
	color: #FA7D15;
	line-height: 18px;
	font-weight: bold;
}

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

