/* ---- GIS Programs ---- */
body
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 9pt;
	background-color: #c8dada; 
	margin-top:0px; 
	margin-right:0px; 
	margin-left:0px;
	color: #2c2520;
}

td, .td
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 9pt;
	color: #2c2520;
}

p, .p
{
	color: #2c2520;
}

.aMainTable{
	background: #FFFFFF;
	padding-left:15px;
	padding-right:15px; 
	padding-bottom:10px; 
	padding-top:10px;
}

/* GRN: #468F3E   #274F22 */
/* RED: #663333   #330000 */
a
{
	color: #996633; 
	text-decoration: underline;
}

a:hover
{
	color: #cc9966; 
	text-decoration: none;
}
a:visited
{
	color: #663300;
	text-decoration: underline;
}

a:visited:hover
{
	color: #cc9966; 
	text-decoration: none;
}

a.drk
{
	color: #996633; 
	text-decoration: none;
}

a.drk:hover
{
	color: #cc9966; 
	text-decoration: underline;
}
a.drk:visited
{
	color: #663300;
	text-decoration: none;
}

a.drk:visited:hover
{
	color: #cc9966; 
	text-decoration: underline;
}

a.wht
{
	color: #FFFFFF; 
	text-decoration: none;
}

a.wht:hover
{
	color: #99cc99; 
	text-decoration: underline;
}
a.wht:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a.wht:visited:hover
{
	color: #99cc99; 
	text-decoration: underline;
}


.wht
{
	color:#FFFFFF;
}

.aLegalPrint
 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color: #2c2520;
 }


.aSmall
 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color: #2c2520;
 }

.aSmallWhite
 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color:#FFFFFF;
 }
 
.aSmallBold
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color: #2c2520;
}

.aSmallBoldWhite
 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color:#FFFFFF;
}

.aSmallBoldRed
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color:#990000;
}

.aMedBold
 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: bold;
	color: #2c2520;
 }
 
 .aMedBoldBlue
 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: bold;
	color:#336666;
 }
 
 .aMedBoldRed
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: bold;
	color:#990000;
}
 
 .aMedBoldWhite
 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: bold;
	color:#FFFFFF;
 }

.aLarge
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11pt;
}
 
.hdr
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.hdrBlue
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color:#336666;
}

.hdrWhite
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color:#FFFFFF;
}

.ttl
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
}

.ttlBlue
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color:#336666;
}
 
.ttlWhite
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #ffffff;
}

/********* FORM ELEMENTS *********/
.frmText
{
	font-size:9px;
	width:220px;
}

.frmTextShort
{
	font-size:9px;
	width:40px;
}

.frmTextFontSize
{
	font-size:9px;
}

.frmSelect
{
	font-family:Arial;
	font-size:8pt;
}

.frmBtn
{
	background-image: url("/WebData/images/forms/btn_dark_bg.gif"); 
	color:#FFFFFF; 
	border: 0;
	font-size:10px;
}

.frmBtnGreen
{
	background-image: url("/WebData/images/forms/btn_bg.gif"); 
	color:#FFFFFF; 
	border: 0;
	font-size:10px;
	font-weight:bold;
	width:100px;
	height:20px;
}

.frmBtnGreenDrk
{
	background-image: url("/WebData/images/forms/btn_dark_bg.gif"); 
	color:#FFFFFF; 
	border: 0;
	font-size:10px;
	font-weight:bold;
	width:100px;
	height:20px;
}

.frmBtnGreenDrkLong
{
	background-image: url("/WebData/images/forms/btn_dark_bg.gif"); 
	color:#FFFFFF; 
	border: 0;
	font-size:10px;
	font-weight:bold;
	width:160px;
	height:20px;
}

.frmBtnGreenDrkSmall
{
	background-image: url("/WebData/images/forms/btn_dark_bg.gif"); 
	color:#FFFFFF; 
	border: 0;
	font-size:10px;
	width:60px;
	height:20px;
}		




