/* CSS Document */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bigbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.footText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}
a:link {
	color: #009900;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #66CC00;
	text-decoration: underline;
	font-weight: bold;

}
a:visited {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
.featured {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
	font-size: 11px;
}
.featuredList {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
	font-size: 12px;
}
.featuredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link.featuredText {
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:hover.featuredText {
	color:#00CC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:visited.featuredText {
	color:#009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.propName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003300;
}
.featHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #003300;
}
.featTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #009900;
}

table.investment{ 
background-color: #99CCFF; 
}
table.inner{ 
background-color: #FFFFFF; 
}
