/* CSS Document */
a:link {
	font-family: Verdana, Arial;
	color: #000080;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
		color: #000080;
}

a:hover {
	font-family: Verdana, Arial;
	color: red;
	text-decoration: none;	
}

.MainLink {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: normal;

}
.SideText {
	font-family: Verdana, Arial;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

.SideTextBold {
	font-family: Verdana, Arial;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.PageHeader {
	font-family: Verdana, Arial;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.Maintext {
	font-family: Verdana, Arial;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	}
.MaintextBold {
	font-family: Verdana, Arial;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	}	
	
	.Subtext {
	font-family: Verdana, Arial;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	}
	
.BottomText {
	font-family: Verdana, Arial;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	}
	
	.PropertyHeader {
	font-family: Verdana,Arial;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	}	
	
	
.PropertyDetails {
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: normal;
	}	
	
body { 
margin: 0; /* sets all to 0 */ 
padding: 0; /* think Opera sets padding on body */ 
} 

	
	
.Scrollarea {
	width:725px;
	height:420px;
	table-layout:fixed;
	overflow: scroll; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
}
.ScrollareaProperties {
	width:725px;
	height:460px;
	table-layout:fixed;
	overflow: scroll; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
}
	}
.ScrollareaFeatured {
	width:700px;
	height:290px;
	table-layout:fixed;
	overflow: scroll; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
}


