
* {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-decoration: none;
}


/* BASIC TEXT STYLES *******************************************************/

.bold11 {
	font-size: 11pt;
	font-weight: bold;
}

.bold9 {
	font-weight: bold;
}

.text8 {
	font-size: 8pt;
}


.reg9_gold {
	color: #FFE7BA;
}

a:hover.reg9_gold {
	color: #4AA6FD;
	font-size: 9pt;
}

.reg9_nav {
	color: #FFE7BA;

}

a:hover.reg9_nav {
	color: #4AA6FD;
}

.bold13_blue {
	color: #1875cd;
	font-size: 13pt;
	font-weight: bold;
}
.bold16_blue {
	color: #1875cd;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}


/* White *******************************************************/

.bold18_white {
	color: #ffffff;
	font-size: 18pt;
	font-weight: bold;
}

.bold16_white {
	color: #ffffff;
	font-size: 18pt;
	font-weight: bold;
}

.bold13_white {
	color: #ffffff;
	font-size: 13pt;
	font-weight: bold;
}

.bold11_white {
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
}

a:hover.bold11_white {
	color: #eee9bf;
	font-size: 11pt;
	font-weight: bold;
}

.bold9_white {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
}

a:hover.bold9_white {
	color: #eee9bf;
	font-size: 9pt;
	font-weight: bold;
}

.reg9_white {
	color: #ffffff;
	font-size: 9pt;
}

a:hover.reg9_white {
	color: #eee9bf;
	font-size: 9pt;

}

.bold8_white {
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}

a:hover.bold8_white {
	color: #eee9bf;
	font-size: 8pt;
	font-weight: bold;
}

.reg8_white {
	color: #ffffff;
	font-size: 8pt;
}

a:hover.reg8_white {
	color: #eee9bf;
	font-size: 8pt;
}

/* Brown ******************************************************/

.bold16_brown {
	color: #996600;
	font-size: 16pt;
	font-weight: bold;
}

.bold13_brown {
	color: #996600;
	font-size: 13pt;
	font-weight: bold;
}

.bold13_browndark {
	color: #996600;
	font-size: 13pt;
	font-weight: bold;
}

a:hover.bold11_brown {
	color: #1875cd;
	font-size: 11pt;
	font-weight: bold;
}

.bold11_brown {
	color: #996600;
	font-size: 11pt;
	font-weight: bold;
}

.browntext {
	color: #996600;
}

a:hover.browntext /* should be unused.... No brown links */ {
	color: #1875cd;
}





/* Gray *******************************************************/

.bold13_gray /* unused? */ {
	color: #dcdcdc;
	font-size: 13pt;
	font-weight: bold;
}

.bold9_gray /* unused ? */ {
	font-size: 9pt;
	color: #dcdcdc;
	font-weight: bold;
}

a:hover.book9_blue {
	font-size: 9pt;
	color: #996600;
	font-style: italic;
}

.book9_blue {
	font-size: 9pt;
	color: #1875cd;
	font-style: italic;
}

.text8_gray {
	color: #a3a3a3;
	font-size: 8pt;
}




/* Redbrown *******************************************************/

.bold16_red {
	color: #561D00;
	font-size: 16pt;
	font-weight: bold;
}

a:hover.bold16_red {
	color: #1875cd;
	font-size: 16pt;
	font-weight: bold;
}

.bold13_red {
	color: #561D00;
	font-size: 13pt;
	font-weight: bold;
}

a:hover.bold13_red {
	color: #1875cd;
	font-size: 13pt;
	font-weight: bold;
}

.bold11_red {
	color: #561D00;
	font-size: 11pt;
	font-weight: bold;
}

a:hover.bold11_red {
	color: #1875cd;
	font-size: 11pt;
	font-weight: bold;
}

.bold9_red {
	color: #561D00;
	font-size: 9pt;
	font-weight: bold;
}

a:hover.bold9_red {
	color: #1875cd;
	font-size: 9pt;
	font-weight: bold;
}

.text8_red {

	color: #561D00;
	font-size: 8pt;

}

a:hover.text8_red {

	color: #1874cd;
	font-size: 8pt;

}

.redtext /* Links in body text. No size */ {
	color: #561D00;
}

a:hover.redtext {
	color: #1875cd;
}

/*
.redtext10 {

	color: #993300;
	font-size: 10pt;

}
*/

/* Listing table styles ************************************************************/
.proptable {
	border-collapse: collapse;
	border: 2px solid #996600;
}

.proptableheading {
	background-color: #FFE7BA;
	padding: 8px;
}

.propcellbrown {
	background-color: #996600;
	padding: 8px;
}

.propcell {
	border: 1px solid #996600;
	padding: 8px;
}

.propcellprice {
	border: 1px solid #996600;
	padding: 8px;
	text-align: right;
}


/* Popup styles */

.hidemenuexpand {
	display: none;
}
.style0 {
	display: block;
	font-weight: bold;
	position: absolute;
	top: 100px;
	left: 225px;
	z-index: 2;
	width: 500px;
	margin-bottom: 0em;
}
.style00 {
	display: block;
	font-weight: bold;
	position: absolute;
	top: auto;
	left: auto;
	z-index: 2;
	width: 500px;
	margin-bottom: 0em;
}
