.stext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

}
.tableborder {
	border: 1px solid #000000;
}
.ntextblack {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.ntextyellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-align: justify;

}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;

}
.ntextyellowbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFCC;
	font-weight: bold;

}
.ntextblackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}
.tableside {
	border-top: 1px solid #C7C083;
	border-right: 1px solid #C7C083;
	border-bottom: 1px solid #C7C083;
	border-left: 1px solid #343D18;

}
.titlewhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	border: 1px solid #666666;
	font-size: 12px;




}
.tableborderw {

	border: 1px solid #9FA375;
}
.titleblack {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.stextblack {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.stitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.htext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #3e471d;
}

.ntextyellowlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-align: justify;
	text-indent: 10pt;

}
.ImageBox {
	border: 1px solid #E5D28E;
}


/* Image Gallery Pup up Window Styles */
#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	padding-bottom: 0;
	background: #000;
	visibility: hidden;
	z-index: 2009;
	cursor: hand;
	cursor: pointer;
}
#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	font: bold 14px Arial;
	line-height: 1.1em;
	color: #fff;
	padding: 5px 0;
	text-align: right;
}
#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #d4dea1;
	padding: 10px;
}
#thumbImage img {
	border: 1px solid #000;
	padding: 1px;
	background: #fff;
	margin-bottom: 10px;
}
#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 2px solid #000;
	background-color: #d4dea1;
	padding: 5px;
	z-index: 2008;
	color: #000;
}