body {
	margin: 0px;
	background-color: #E5E7EB;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
a:link {
	color: blue;
}
a:hover {
	color: blue;
}
a:visited {
	color: blue;
}

.blackText {
	font-size: 12pt;
	color: #000;
}
.blueText {
	color: blue;
	font-weight: bold;
}
.indexTextArea {
	font-size: 11pt;
	color: #FFF;
	/*color: #D9E4F0;*/
	padding-left: 10px;
}
/* ++++++++++++++++++++++++++++++ */





/* ++++++++++++++++++++++++++++++ */
#topNavBar {
	font-size: 10px;
}
#topNavBar .button {
	background-color: #FFF;
	cursor: pointer;
}
#topNavBar .portfolioOver {
	color: #FFF;
	background-color: #748B7B;
	cursor: pointer;
}
#topNavBar .rentalsOver {
	color: #FFF;
	background-color: #8B577B;
	cursor: pointer;
}
#topNavBar .bargainOver {
	color: #FFF;
	background-color: #C4623F;
	cursor: pointer;
}
#topNavBar .managementOver {
	color: #FFF;
	background-color: #BC9C3E;
	cursor: pointer;
}
#topNavBar .spotlightOver {
	color: #FFF;
	background-color: #6F89AE;
	cursor: pointer;
}
#topNavBar .aboutOver {
	color: #FFF;
	background-color: #5E6697;
	cursor: pointer;
}
/* ++++++++++++++++++++++++++++++ */





/* ++++++++++++++++++++++++++++++ */
#bottomRowText {
	font-size: 10px;
}
#bottomRowText a:link {
	color: #FFF;
	text-decoration: none;
}
#bottomRowText a:visited {
	color: #FFF;
	text-decoration: none;
}
#bottomRowText a:hover {
	color: #FFF;
	text-decoration: underline;
}
#bottomRowText a:active {
	color: #FFF;
	text-decoration: none;
}
/* ++++++++++++++++++++++++++++++ */




/* ++++++++++++++++++++++++++++++ */
#homePage {	background-color: #86A9CF; } 
#homePage .bottomRow { background-color: #6F89AE; }
#portfolioPage { background-color: #A2B7A4; } 
#portfolioPage .bottomRow { background-color: #748B7B; }
#rentalPage { background-color: #B2829C; } 
#rentalPage .bottomRow { background-color: #8B577B; }
#bargainPage { background-color: #E0A081; } 
#bargainPage .bottomRow { background-color: #C4623F; }
#managementPage { background-color: #E4CA7F; } 
#managementPage .bottomRow { background-color: #BC9C3E; }
#spotlightPage { background-color: #86A9CF; } 
#spotlightPage .bottomRow { background-color: #6F89AE; }
#aboutPage { background-color: #9FABD1; } 
#aboutPage .bottomRow { background-color: #5E6697; }
#contactPage { background-color: #97BAB6; } 
#contactPage .bottomRow { background-color: #597C76; }
#inventoryPage { background-color: #E4CA7F; } 
#inventoryPage .bottomRow { background-color: #191718; }
/* ++++++++++++++++++++++++++++++ */



/* ++++++++++++++++++++++++++++++ */
#portfolioSubPage .content { 
	color: #000;
	font-size: 10pt;
	background-color: #A2B7A4;
	padding-left: 24px;
	padding-right: 8px;
} 
#portfolioSubPage .itemArrows { 
	color: #FFF;
	font-size: 10pt;
	background-color: #A2B7A4;
	padding-left: 2px;
	padding-right: 2px;
} 
#portfolioSubPage .bottomRow { background-color: #748B7B; }

#rentalSubPage .content { 
	color: #000;
	font-size: 10pt;
	background-color: #B2829C;
	padding-left: 24px;
	padding-right: 8px;
} 
#rentalSubPage .itemArrows { 
	color: #FFF;
	font-size: 10pt;
	background-color: #B2829C;
	padding-left: 2px;
	padding-right: 2px;
} 
#rentalSubPage .bottomRow { background-color: #8B577B; }

#bargainSubPage .content { 
	color: #000;
	font-size: 10pt;
	background-color: #E0A081;
	padding-left: 24px;
	padding-right: 8px;
} 
#bargainSubPage .itemArrows { 
	color: #FFF;
	font-size: 10pt;
	background-color: #E0A081;
	padding-left: 2px;
	padding-right: 2px;
} 
#bargainSubPage .bottomRow { background-color: #C4623F; }

#spotlightSubPage .content { 
	color: #000;
	font-size: 10pt;
	background-color: #86A9CF;
	padding-left: 24px;
	padding-right: 8px;
} 
#spotlightSubPage .itemArrows { 
	color: #FFF;
	font-size: 10pt;
	background-color: #86A9CF;
	padding-left: 2px;
	padding-right: 2px;
} 
#spotlightSubPage .bottomRow { background-color: #6F89AE; }
/* ++++++++++++++++++++++++++++++ */
#pictureWindow { 
	background-color: #FFF;
	border: 2px solid #000; }
#pictureWindow a:link {
	color: #FFF;
	text-decoration: none;
}
#pictureWindow a:visited {
	color: #FFF;
	text-decoration: none;
}
#pictureWindow a:hover {
	color: #FFF;
	text-decoration: underline;
}
#pictureWindow a:active {
	color: #FFF;
	text-decoration: none;
}
#pictureWindow .portfolio { 
	color: #FFF;
	font-size: 8pt;
	background-color: #748B7B; 
	padding-right: 4px;
}
#pictureWindow .rentals { 
	color: #FFF;
	font-size: 8pt;
	background-color: #8B577B; 
	padding-right: 4px;
}
#pictureWindow .forsale { 
	color: #FFF;
	font-size: 8pt;
	background-color: #C4623F; 
	padding-right: 4px;
}
#pictureWindow .spotlight { 
	color: #FFF;
	font-size: 8pt;
	background-color: #6F89AE; 
	padding-right: 4px;
}