/* HTML */

a {
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;

}

a:hover {
	text-decoration: none;

}

b {
	font-weight: bold;

}

b {
	font-size: 13px;
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}

/* Content */

.menu {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;

}

.menu2 {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;

}

.menu2:hover {
	text-decoration: underline;
	
}

.menu:hover {
	text-decoration: underline;
	
}

.tableHeader {
	font-size: 12px;
	color: #009900;
	font-weight: bold;
	text-decoration: none;

}

.title {
	font-size: 12px;
	color: #009900;
	font-weight: bold;
	text-decoration: none;

}

.propertyTitle {
	font-size: 18px;
	color: #009900;
	font-weight: bold;
	text-decoration: none;

}

.titleGr {
	font-size: 12px;
	color: #00ff00;
	font-weight: bold;
	text-decoration: none;

}

.titleWt {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
}

.textWt {
	color: #ffffff;
	
}

.textWt2 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;

}

.copyright {
	font-family: terminal, verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;

}

.copyright:hover {
	text-decoration: underline;

}

.lotRow1 {
	background-color: #ffffff;

}

.lotRow2 {
	background-color: #eeeeee;

}

.contactText {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	
}

.specialsText {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	
}

.developmentText {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	
}

.yellow {
	color: #ff9900;

}

.red {
	color: #ff0000;

}

.green {
	color: #009900;

}


