.textblock {
		visibility: visible;
		display: none;
		position: relative;
		}
#Part1, #Part2, #Part3, #Part4 {
		top: 0px;
		left: 0px;
		width: 370px;
		}

/* Begin Text CSS*/

/*Font-Family Specified in body, sometimes overridden with bold*/

BODY, P, A, LI {
	font-family: "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
}

BODY {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px}
/**/
H1,H2,H3,H4,H5,H6 {
font-weight: bold;
}
H3  {
	font-size: 18px;
	line-height: 18px;
	word-spacing: normal;
	letter-spacing: 0;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 7px 0 0 7px;
	vertical-align: top;
	overflow:visible }
P	{
	line-height: 18px;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-bottom: 8px;
	vertical-align: middle;
	padding: 0 1.5em 0 2em;
	border-style: none }
P.text      {
	font-size: 14px;
	line-height: 18px;
	word-spacing: normal;
	letter-spacing: -0.07em}
P.subhead, .subhead {
	font-size: 15px;
	font-weight: bold;
	color: #203F00;
	line-height: 18px;
	word-spacing: normal;
	letter-spacing: 0;
	}
.boldtext, .phone {
	font-weight: bold ;
	}
LI	 {
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	text-indent: -5px;
	list-style: url(./Content/Graphics/TextBox/Decoration/LI-bullet-2.png);
	margin: 0 0 2px 9px;
	padding: 0;
	}
UL   {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 9px;
	text-align: left;
	}
ADDRESS {
	font-family: Georgia, "Times New Roman", "Times New Roman PS", Times, serif;
	font-size: 14px;
	display: block;
	line-height: 18px;
	margin-top: 18px;
	text-align: left;
	border-top: 3px solid #203F00;
	}
.special {
	font-family: Georgia, "Times New Roman", "Times New Roman PS", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 18px;
	color: #203F00;
	margin-top: 12px;
	margin-bottom: 36px;
	}
.instructions, .note, .disclaimor, .warning {
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	}
/*Links were made generally smaller*/
A  {
	color: #d6d5b9;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	margin-top: 0;
	margin-bottom: 6px;
	text-decoration:none;
	cursor: hand;
}

A:link {
	color: #d6d5b9}
A:hover {
	text-decoration: underline;
	color: #d6ffb9}
A:active {
	color: #e6ffc9}
	text-decoration: underline;
A:visited {
	color: #d6d5b9}
