.stTextSmallN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A.linksN {
	DISPLAY: block;
	TEXT-DECORATION: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	cursor: hand;
}
A.linksN:hover {
	color:#0000FF;
	text-decoration: underline;
}

A.linksNBold {
	DISPLAY: block;
	TEXT-DECORATION: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	cursor: hand;
}
A.linksNBold:hover {
	color:#0000FF;
	font-weight:bold;
	text-decoration: underline;
}

.stTableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #AB7662;
}
.stTextMediumN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.stTextMediumNWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

.stTextMediumNForm {
	padding-left:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.stBoxThin {
	border: thin solid #036915;
}
.stTextSmallB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.stTextMediumB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.stTextExtraSmallN {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.stWarningSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.stDotBottom {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}

ul.boxy {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 20em;
	font-size: 10px;
	font-family: Arial, sans-serif;
}
ul.boxy li {
	cursor:move;
	padding: 2px 2px;
	border: 1px solid #ccc;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.stHand {
	cursor: hand;
}

.stCtrlText {
	border: 1px solid  #C2C2C2;;
}


.stCtrlTextMini {
	border: 1px solid  #C2C2C2;;
	width:20px;
}

.stCtrlTextLong {
	border: 1px solid  #C2C2C2;;
	width:446px;
}

.stCtrlTextXLong {
	border: 1px solid  #C2C2C2;;
	width:600px;
}

.stCtrlTextMed {
	border: 1px solid  #C2C2C2;;
	width:200px;
}

.stFormCellTextError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: baseline;
	height: auto;
	padding: 3px;
	background-color: #DF4249;
	font-weight: bold;
	color: #FFFFFF;
}

.stFormCellText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	vertical-align: baseline;
	height: auto;
	padding: 3px;
}

.stFormCellTextFront {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CDDACF;
	vertical-align: baseline;
	height: auto;
	padding: 3px;
}

.stSortableHeader {
	background-image: url(../img/table_gradient.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.sortable {
	border: 1px solid #CCCCCC;
}
.stFRow {
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.stNRow {
	background-color: #e4e4e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.stTableRowOver {
	background-color: #316a40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	cursor:hand;
}
.stTextButtonN {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;
	text-align: center;
}
.stTextButtonO {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;
	background-color: #FFCC66;
	text-align: center;
	cursor:pointer;
	cursor:hand;
	text-decoration: underline;
}
.stFormLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #C7DCFC;
	vertical-align: baseline;
	height: auto;
	padding: 3px;
	background-image: url(../img/frm_labelgrad.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.stTitleLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	font-weight: bold;
}

.stTitleArrowSm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2C5597;
	background-image: url(../img/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	width: auto;
	padding-left: 10px;
}
.stTitleLargeBlue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E8ADE;
	font-weight: bold;
}
.stTitleLargeBlueD {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4C768F;
	font-weight: bold;
}
.stTitleLargeBlueDU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4C768F;
	font-weight: bold;
	text-decoration: underline;
}

.clsTotalRecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
}

.clsLinkNext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	cursor: pointer;	
}

.stNewsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.stNewsDate {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

A.stTitleArrowSmLk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	width: auto;
	padding-left: 25px;
	text-decoration: none;
	padding-right: 25px;
}

A.stTitleArrowSmLk:hover {
	text-decoration: underline;	
}

.gaget_title {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 15px;
	padding: 3px;
	font-weight: bold;
	background-image: url(../img/table_gradient.gif);
	clear: right;
}

.stError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: baseline;
	height: auto;
	padding: 3px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.stErrorLG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: baseline;
	height: auto;
	padding: 3px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.stValidLG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: baseline;
	height: auto;
	padding: 3px;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
}

#topFormTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 40px;
	font-weight: normal;
	color: #FFFFFF;
}

#topFormTitle a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}

#topFormTitle a:hover {
	text-decoration:underline;
}

#searchName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 2px;
}

#topFormTitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 40px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../img/form_left.jpg);
	background-repeat: no-repeat;
	height: 19px;
	padding-top: 6px;
	background-position: left center;
}

.inputFront {
	border: 1px solid #999999;
	width: 100px;
}

.countyCmb {
	height: 20px;
	width: 167px;
	border: 1px solid #a5acb2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.stHomeSearch {
	background-image:url(../img/home_search.JPG);
	height:103px;
	width: 698px;
	position: relative;
}

.stHomeSelCounty {
	padding:left:150px;
	font-size: 13px;
	left: 200px;
	position: relative;
	width: 340px;
	top: 40px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.stPageContent {
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.smTextGrayB1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4e6550;
	font-weight: bold;
	letter-spacing: .08em;
}

.inputForm {
	border: 1px solid #999999;
	width: 150px;
}

#stPageInner {
	padding-top:10px;
	padding-left: 20px;
	padding-right: 20px;
}
.stTitleLargeRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #B9000A;
	font-weight: bold;
}

.stTitleLargeMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B9000A;
	font-weight: bold;
}

#pageText {
	padding-top: 10px;
	padding-left: 24px;
}
.stNewsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
	padding-left: 25px;
}

#shadowRect_topLeft {
	background-image: url(../img/rect/tl.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 13px;
	float: left;
}
#shadowRect_top {
	background-image: url(../img/rect/t.jpg);
	background-repeat: repeat-x;
	height: 12px;
}
#shadowRect_topRight {

	background-image: url(../img/rect/tr.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 13px;
	float: right;
}


#shadowRect_CONTENT {
	clear: both;
	height:100%;
	bottom:0px;
}
#shadowRect_cnt {
	float: left;
	height:100%;
}

#shadowRect_cntRight {
	background-image: url(../img/rect/r.jpg);
	background-repeat: repeat-y;
	width: 13px;
	float: right;
	height:100%;
	position:relative;
	bottom:0px;
}

#shadowRect_cntLeft {
	background-image: url(../img/rect/l.jpg);
	background-repeat: repeat-y;
	width: 13px;
	float: left;
	position:relative;
	height:100%;
	bottom:0px;
}

#shadowRect_bottomLeft {
	background-image: url(../img/rect/bl.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 13px;
	float: left;
}
#shadowRect_bottom {
	background-image: url(../img/rect/b.jpg);
	background-repeat: repeat-x;
	height: 12px;
}
#shadowRect_bottomRight {

	background-image: url(../img/rect/br.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 13px;
	float: right;
}

A.linksField {
	DISPLAY: block;
	TEXT-DECORATION: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#08370B;
	font-size:13px;
	font-weight:bold;
	cursor: hand;
	padding-left: 28px;
}

A.linksField:hover {
	text-decoration: underline;
}

.stSearchHome {
	width: 162px;
	border: 1px solid #067717;
	
}

A.linkGreen {
	TEXT-DECORATION: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#004000;
	font-size:12px;
	font-weight:bold;
	cursor: hand;
}
A.linkGreen:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

A.linkGreen3 {
	TEXT-DECORATION: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#004000;
	font-size:18px;
	font-weight:bold;
	cursor: hand;
}
A.linkGreen3:hover {
	text-decoration: underline;
}

A.linkGreen2 {
	TEXT-DECORATION: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#004000;
	font-size:12px;
	font-weight:bold;
	cursor: hand;
}
A.linkGreen2:hover {
	text-decoration: underline;
}

.stPicture {
	padding: 2px;
	border: 1px solid #fefefe;
}

.BkGal {
	border-top:3px;
	height:12px;
	background-image:url(../img/bk_gal.jpg);
	float:right;
	clear:both;
	width:113px;
	padding-right:13px;
	text-align:right;
}

A.linkGreen3 {
	TEXT-DECORATION: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#004000;
	font-size:10px;
	font-weight:bold;
	cursor: hand;
}
A.linkGreen3:hover {
	text-decoration: underline;
}

A.linksFieldName {
	TEXT-DECORATION: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
	cursor: hand;
}
A.linksFieldName:hover {
	text-decoration: underline;
}

A.linksFieldDesc {
	TEXT-DECORATION: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	cursor: hand;
}
A.linksFieldDesc:hover {
	text-decoration: underline;
}

.bannerDiv {
	padding-top:10px;
	padding-left:5px;
}

a.stPrintLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #FFFFFF;
	height:19px;
	display:block;
	padding-top:6px;
	font-weight:bold;
}

a.stPrintLink:hover {
	text-decoration:underline;
}

#message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

a.sPrnMenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color: #FFFFFF;
	display:block;
	padding-top:6px;
	font-weight:normal;
	
	height: 19px;
	display: block;	
	position: relative;
	text-align:left;
	float: left;
	clear:both;
	text-decoration: none;
	background-color:#293d0e;
	border-bottom: 1px solid #8eb38e;
	padding-left: 10px;
}

a.sPrnMenuItem:hover {
	cursor:hand;
	text-decoration:underline;	
}

.gamesPicture {
	border: 2px solid #557a21;	
	padding:3px;
}
