table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}

.footer {
	font-size: 1.0em;
}

.topbox {
	font-size: .75em;
}

.form{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.help {
	background-color: #DDDDDD;
	border-style: dashed;
	border-width: 1px;
	border-color: #333333;
	font-size: .9em;
	height: 20;
}

.dashed{
	font-size: .9em;
	background-color: #336600;
	border-style: dashed;
	border-width: 1px;
	border-color: #000000;
}

img{
	border: none;
}

h1{
	font-size: 1.5em;
	letter-spacing: 1px;
}

h2{
	font-size: 1.3em;
}

.bustitle{
	font-size: 1.15em;
	font-weight: bold;
}

.listingform{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;	
}

.featlisting{
	font-size: .9em;
	background-color: #CCCCCC;
	border-style: dashed;
	border-width: 1px;
	border-color: #6666FF;
}

.businfo{
	font-size: .9em;
	background-color: #CCCCCC;
	border-style: dashed;
	border-width: 1px;
	border-color: #6666FF;
}

.srchtitle{
	color: #000000;
	font-size: 15pt;
	line-height: 1.3em;
}

h2{
	font-size: 1.3em;
	font-weight: bold;
}

.faq{
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

/*a:visited, a:link {
	color: #6666FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #6666CC;
	text-decoration: underline;
	font-weight: bold;
}*/

a {
	color: #6666CC;
	text-decoration: underline;
	font-weight: bold;
}

/* NAVBAR */
ul.navbar {
	width: 740px;
	height: 1.3em;
	background-color: #6666FF;
	border-top: 1px solid #000000;
	text-align: center;
	padding: 3px;
	margin: 0px;
	font-family:  Arial, sans-serif;
	font-size: 12px;
}
li.navitem, li.navitemOver {
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 3px 9px 0px 9px;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

li.navitem, li.navitem a {
	background-color: #6666FF;
	color: #FFFFFF;	
	text-decoration: none;
}

li.navitemOver, li.navitemOver a {
	background-color: #9999FF;
	color: #FFFFFF;
	text-decoration: none;
}

div.subnavbar{
	width: 100%;
	height: 1.2em;
	background-color: #EEEEFF;
	padding: 6px 3px 3px 3px;
	font-family:  Arial, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #CCCCFF;
	margin: 0px;
}
ul.subnav {
	display: none;
	width: 740px;
}
li.subnavitem, li.subnavitemOver {
	font-weight: bold;
	display: inline;
	padding: 1px 7px 1px 7px;
	text-decoration: none;
	text-align:center;
	cursor: hand;
	cursor: pointer;
}
li.subnavitem, li.subnavitem a {
	color: #000000;
	text-decoration: none;
}
li.subnavitemOver, li.subnavitemOver a {
	background-color: #AAAAFF;
	color: #000000;
	text-decoration: none;
}
li.subnavitem a, li.subnavitemOver a {
	text-decoration: none;
}
#subnav_about {
	position: relative;
	left: 30px;
}
#subnav_buyers {
	position: relative;
	left: 150px;
}
#subnav_forsale {
	position: relative;
	left: 150px;
}
/* END NAVBAR */