/* style sheet for main section of web site */

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #448899;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #448899;
}
/* 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: #448899; }

.mmhide_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #448899;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #448899;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #448899;
}
.contrast {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #448899;
	font-weight: bold;
}
.contrast_reg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #448899;
	font-weight: bold;
}
.bg_visitorlight {
	background-color: #DDEEEE;
}
.bg_visitordark {
	background-color: #448899;
}


