body {
	margin: 0px;
	scrollbar-base-color: #006699;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #F4F4F4;
}
.mainhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	background-color: #E6F7FF;
	font-weight: bold;
	cursor: hand;
	border-right: 10px solid #006699;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}
.navovr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	background-color: #D5F1FF;
	font-weight: bold;
	cursor: hand;
	border-top: 1px solid #006699;
	border-right: 15px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid #006699;
}
.navhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}
.navhead a:link, .navhead a:visited {
	color:#FFFFFF;
	background-color:#333333;
	text-decoration:none;
	}
.navhead a:hover, .navhead a:active {
	color:#FFFFCC;
	background-color:#999999;
	text-decoration:none;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #F4F4F4;
	color: #666666;
	padding: 3px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px -12px;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #006699;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #006699;
	padding: 10px 5px 5px;
}
.main b {
	color: #6F4D3C;
}

.main li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	list-style-type: square;
}


.navmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 10px 5px 5px;
	border-top: 1px solid #006699;
	border-right: none;
	border-bottom: 1px solid #006699;
	border-left: 1px solid #006699;
	background-color: #f4f4f4;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC6600;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/h1-curve.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.input {
	border: 1px solid #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #f4f4f4;
	margin: 0px;
}
.input_disabled {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #f4f4f4;
	margin: 0px;
}
.inputerr {
	border: 1px solid #990000;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	background-color: #FFF4F4;
	font-size: 11px;
}
.footer a:link {
	color: #66FFFF;
	text-decoration: none;
}
.footer a:visited {

	color: #66FFFF;
	text-decoration: none;
}
.footer a:hover {


	color: #00CCFF;
	text-decoration: none;
}
.footer a:active {



	color: #00CCFF;
	text-decoration: none;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	text-align: center;
	background-color: #E6F7FF;
	font-weight: normal;
}
.border {
	border: 1px solid #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(images/borderwall.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.border b {
	font-size: 12px;
	color: #996600;
}
.formbut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0099CC;
	border: 2px outset #00CCFF;
}
.formbutsml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
	border: none;
	height: 16px;
}
.inputsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #EEEEEE;
	border: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.text th {
	background-color: #006699;
	text-align: left;
	color: #FFFFFF;
	padding-left: 5px;
	background-image: url(images/th-curve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5px;
	height: 20px;
}
.text b {
	font-size: 11px;
	color: #006699;
}
.text a:link {
	color: #006666;
	text-decoration: underline;
}
.text a:visited {
	color: #006666;
	text-decoration: underline;
}
.text a:hover {

	color: #00CCCC;
	text-decoration: none;
}
.text a:active {


	color: #009999;
	text-decoration: none;
}


.pointer {
	cursor: hand;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding-left: 8px;
}
h2 a:link {
	color: #CC3300;
}
h2 a:visited {

	color: #CC3300;
}
h2 a:hover {
	color: #006699;
	text-decoration: none;
}
h2 a:active {
	color: #006699;
	text-decoration: none;
}
a:link {
	color: #0099CC;
	text-decoration: underline;
}
.prevnext {
	font-weight: bold;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:visited {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {

	color: #009999;
	text-decoration: none;
}
a:active {


	color: #00CC99;
	text-decoration: none;
}
.texttop-th {
	background-color: #333333;
	text-align: center;
	color: #CCCC99;
	padding-left: 5px;
	background-image: url(images/top-th-curve.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
}
.formbutred {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 2px outset #FF0F0F;
}
.inputbrowse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #F4F4F4;
	border: 1px solid #999999;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.results {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.results th {
	color: #FFFFFF;
	background-color: #006699;
	font-size: 13px;
}
.formbutgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.normal {
	font-weight: normal;
}
.th_blue {
	background-color: #006699;
	text-align: center;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	font-weight: bold;
}

.prevnext a:link {
	font-weight: normal;
	color: #0099CC;
	text-decoration: underline;
}
.prevnext a:visited {
	font-weight: normal;
	color: #0099CC;
	text-decoration: underline;
}
.prevnext a:hover {

	font-weight: normal;
	color: #CC6600;
	text-decoration: none;
}
.dir-categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 3px;
}
.dir-categories a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #006699;
	text-indent: 15px;
	height: 15px;
	line-height: 15px;
	background-color: #E6F7FF;
}
.dir-categories a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #006699;
	text-indent: 15px;
	height: 15px;
	line-height: 15px;
	background-color: #E6F7FF;
}

.dir-categories a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #000066;
	text-indent: 15px;
	height: 15px;
	line-height: 15px;
	background-color: #FFF7E6;
}
.dir-searchfield {

	border: 1px solid #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #f4f4f4;
	margin: 0px;
}
.dir-regionsearchfield {


	border: 1px solid #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #f4f4f4;
	margin: 0px;
}
.dir-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.dir-linkbacks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
}
.dir-linkbacks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.dir-linkbacks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.dir-linkbacks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.dir-linkbacks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.charfilter {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}
.charfilter a:link {
	color: #FFFFFF;
	background-color: #006699;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.charfilter a:visited {
	color: #FFFFFF;
	background-color: #006699;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;	
}
.charfilter a:hover {
	color: #FFFFFF;
	background-color: #CC6600;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;	
}
.charfilter-null {
	color: #006699;
	background-color: #F4F4FF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #006699;
}
.dir-listing-results {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.dir-listing-results-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	margin-bottom: 3px;
	padding-top: 5px;
}
.dir-listing-results-head a:link {
	color: #006699;
	text-decoration: underline;
}
.dir-listing-results-head a:visited {
	color: #993366;
	text-decoration: underline;
}
.dir-null {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.dir-listing-results-head a:hover {
	color: #0099CC;
	text-decoration: none;
}
.dir-listing-results-url {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #999999;
	margin-left: 20px;
	margin-top: 3px;
}
.dir-listing-results-head a:active {
	color: #0099CC;
	text-decoration: none;
}
.dir-listing-results2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-left: 10px;
}
.dir-listing-template-2 {
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.dir-listing-template-2-foot {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.dir-faint-small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.text th a:link, .text th a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.text th a:hover, .text th a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.texttop-th2 {

	background-color: #999999;
	text-align: center;
	color: #FFFFFF;
	padding-left: 5px;
	background-image: url(images/top-th-curve2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
}
.th_blue2 {
	background-color: #5995B3;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	font-weight: bold;
	background-image: url(images/th-curve2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.text li b {
	color: #CC6600;
}
.subth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}
