.r_margin {
	background-image: url(graphics/right_margin.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.l_margin {
	background-image: url(graphics/left_margin.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bodyText {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}
.masthead_text {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Geneva, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.HeaderBold {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Geneva, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
.dashedLine {
	border: thin dashed #3C699B;
}
.text-dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C699B;
}
.text-required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8C9B27;
}
