/* style sheet for residential section of web site */

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #005544;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #005544;
}
/* added for the benefit of Contribute 3 users - html tags are not recognized in the style menu */
.h4 {	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12pt;	color: #005544; }

.mmhide_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005544;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #005544;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005544;
}
.contrast {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #005544;
	font-weight: bold;
}
.contrast_reg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #005544;
	font-weight: bold;
}
.bg_residentlight {
	background-color: #DDEEDD;
}
.bg_residentdark {
	background-color: #005544;
}
