.maintext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.largeboldtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.boldsmalltext {
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	font-size: 11px;
	font-weight: bold;
}
.boldsmallredtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF66;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: underline;
}
.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.indextext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}


.propvid {
	float: right;
	width: 165px;
	height: 30px;
	background-image: url(images/propertyvid.gif);
	text-indent: 45px;
	line-height: 30px;
	background-repeat: no-repeat;
}

.propvid a:link, .propvid a:visited {
	width: 165px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.propvid a:hover {
	width: 165px;
	height: 30px;
	text-decoration: underline;
}