/* style sheet for main section of web site */

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #336699;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #336699;
}
/* 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: #336699; }

.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999988;
}
.mmhide_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999988;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999988;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999988;
}
.contrast {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #336699;
	font-weight: bold;
}
.contrast_reg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #336699;
	font-weight: bold;
}
.sbut{
	border: solid 1px #333333;
	height: 20px;
}
.sbox{
	border: solid 1px #333333;
	height: 20px;
}
.onlineborder {
	border: 2px solid #336699;
}
option.resident {
	color: #005544;
}
option.business {
	color: #BB7700;
}
option.municipal {
	color: #AA2233;
}
option.visitor {
	color: #448899;
}


