body {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 14px;
}
.parkwood {
	line-height: 22px;
}
a.nav:link, a.nav:visited {
	color: #666666;
	text-decoration:none;
	text-align: center;
} 
a.nav:active, a.nav:hover {
	text-decoration:underline;
	text-align: center;
} 
.footer {
	font-size: 11px;
	text-align: center;
} 
h2 {
	font-size: 22px;
	text-transform: capitalize;
	color: #8d8970;
	font-weight:100;
	margin: 0px;
}
.navbox {
	text-align: center;
}
a.coach:link, a.coach:visited {
	color: #666666;
	text-decoration:underline;
} 
a.coach:active, a.coach:hover {
	text-decoration:underline;
	font-style:oblique
}
.sale {
	font-style:oblique
	color: #FF0000
}

/* FOR SALE STUFF */

a.moreInfo:link, a.moreInfo:visited {
	font-size: 12px;
	color: #8d8970;
	text-decoration: underline;
} 

a.moreInfo:active, a.moreInfo:hover {
	font-size: 12px;
	color: #333333;
	text-decoration:underline;
} 

.paddingListings {
	padding: 20px 0px 10px 10px;
	border-bottom: dashed 1px #B4BEA2;
}

.paddingDetails {
	padding: 20px 0px 10px 0px;
	border-bottom: dashed 1px #B4BEA2;
}

.paddingBottom {
	padding: 0px 0px 20px 10px;
}

.paddingTop10px {
	padding-top: 10px;
}

.paddingCenterImage {
	padding: 0px 10px 0px 10px;
}

.text12 {
	font-size: 12px;
}

.text16 {
	font-size: 16px;
}

/* Pedagre */

.bordLeftTop {
	border-left: 1px dotted #B4BEA2;
	border-top: 1px dotted #B4BEA2;

}

.paddingLeftRight {
	padding: 0px 10px 0px 10px;
}

.bordLeftBottom {
	border-left: 1px dotted #B4BEA2;
	border-bottom: 1px dotted #B4BEA2;
	padding: 0px 10px 0px 10px;
}

.bordLeft {
	border-left: 1px dotted #B4BEA2;

}

.bordBottom {
	border-bottom: 1px dotted #B4BEA2;
	padding: 0px 10px 0px 10px;
}