body {
  font-family: Helvetica NEUE Roman, Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 12px;
}

td {
	font-family: Helvetica NEUE Roman, Helvetica, Arial, sans-serif;
	color: #333333;
}

th {
	font-family: Helvetica NEUE Roman, Helvetica, Arial, sans-serif;
	color: #333333;
}

p {
	font-family: Helvetica NEUE Roman, Helvetica, Arial, sans-serif;
	color: #333333;
}

.copyright {
	color: #666666;
	font-size: 10px;
}

a:link {
	color: #0099CC;
	text-decoration: underlin;
}

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

a:hover {
	color: #666666;
	text-decoration: underline;
}

.menu {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	text-transform: uppercase;
}

.menu:link {
	color: #006699;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	text-transform: uppercase;
	
}

.menu:visited {
	color: #006699;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	text-transform: uppercase;
}

.menu:hover {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: capitalize;
	text-transform: uppercase;
	
}


.marginRt {
	padding-right: 100px;
	float: right;
}

.subheading {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}

.largeHeading {
	font-family: Baskerville Bold Italic, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #339ac1;
	font-style: italic;
}

.quote {
	font-weight: normal;
	color: #006699;
}

.blackHeading {
	color: #00000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	text-transform: uppercase;
	padding: 0px;
}

.menu2:link {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	text-transform: uppercase;
	padding-right: 1em;
}

.menu2:visited {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	text-transform: uppercase;
	padding-right: 1em;
	padding-top: 40px;
}

.menu2:hover {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	text-transform: uppercase;
	padding-right: 1em;
	padding-top: 40px;
}

.bracketBorder {
	border-top: 1px #333333 solid;
	border-left: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
}

.giantHeading {
	font-size: 36px;
	color: #019fc4;
	font-family: Helvetica NEUE Extended Heavy, Arial Black, Arial;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.intro {
	font-size: 14px;
}

/*price or rate on listings page and individual listing descriptions*/
.price {
	font-family: Helvetica NEUE Extended Heavy, Arial Black, Arial; 
	font-weight: normal;
	color: #019fc4;
	font-size: 1.3em;
}

.smallText {
	font-size: 0.9em;
}

/*sold or leased listings*/
.soldText {
	font-size: 32px;
	color: #CC0000;
	font-family: Helvetica NEUE Extended Heavy, Arial Black, Arial;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*listing management system properties*/

.title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
}

.bgSold {
	background-repeat: no-repeat;
	background-position: center;
	font-size: 32px;
	color: #CC0000;
	font-family: Helvetica NEUE Extended Heavy, Arial Black, Arial;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

.error {
	color: #990000;
	font-size: 13px;
}