.pricetext {
	color:#DE0000;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
.pageHeading {
	display: block;
	width: 100%;
	border-bottom: #92b764 solid 1px;
}
.pageHeading a {
	color: #206a40;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.pageHeading a:hover {
	color: #206a40;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
 }

h1 {
	color: #206a40;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}

h2 {
	color: #206a40;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	color: #206a40;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}

body {
	margin:0;
	padding:0;
	background: #d2e1d9 url(../images/court/bg_tile.jpg) repeat-x;
}
td,th {
	font-size:14px;
	color:#666;
	line-height: 19px; 
}
td a,th a {	
	font-size:14px;
	color:#206a40;
	text-decoration:none;
	font-weight:bold;
}
td a:hover,th a:hover {
	font-size:14px;
	color:#206a40;
	text-decoration:underline;
}


td strong,th strong {
	font-size:14px;
	color:#206a40;
	font-weight:bold;
}
.nav a  {
	display: block;
	width: 178px;
	height: 24px;
	line-height: 24px;
	text-indent: 27px;
	text-decoration: none;
	color: #206a40;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	/*background: url(../images/court/nav_off.jpg);*/
 }
.nav a:hover, .nav2 a, .nav2 a:hover  {
	display: block;
	width: 178px;
	height: 24px;
	line-height: 24px;
	text-indent: 27px;
	text-decoration: none;
	color: #206a40;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background: url(../images/court/nav_on.jpg) no-repeat;
}

.navsub a  {
	display: block;
	width: 178px;
	height: 24px;
	line-height: 24px;
	text-indent: 33px;
	text-decoration: none;
	color: #206a40;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	/*background: url(../images/court/nav_off.jpg);*/
 }
.navsub a:hover, .navsub2 a, .navsub2 a:hover  {
	display: block;
	width: 178px;
	height: 24px;
	line-height: 24px;
	text-indent: 33px;
	text-decoration: none;
	color: #206a40;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background: url(../images/court/nav_on.jpg) no-repeat;
}


.footer td {
	color: #206a40;
	font-size: 11px;
}
.footer td a  {
	color: #206a40;
	font-size: 11px;
}
.footer a:hover  {
	color: #206a40;
	font-size: 11px;
}

.defaultTable{
	border: #216A3F solid 2px;
	border-bottom: #216A3F solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 4px;
}

.defaultTable th {
	background: #538F70;
	border-bottom: #216A3F solid 1px;
	text-align: left;
	color: #FFF;
}

.defaultTable td {
	border-bottom: #216A3F solid 1px;
}

.inputRequired {
	display: inline;
}

.formboxerror {
	background: #b31117;
	color: #FFF;
	font-weight: bold;
}

.noborder td, .noborder th {
	border: 0;
}
