@charset "ISO-8859-1";
/*			Hide Unwanted Web Elements																		*/
#MenuBar1, .webtipbox {
	display: none;
}

/*			Reformatted HTML Tags																			*/

h1 {
	font-size: 1.5em;
	padding: 0;
	margin: 0/* 0 0 .5in*/;
}

h2 {
	font-size: 1.25em;
 	margin: 0;
	padding: 0;
}
h3 {
	font-size: 1em;
	border-bottom: 1px dotted #666;
}

/*			Layout DIV tags reset for print																	*/
#container {
	width: 7in;
	margin-left: .05in;
	border-left: 0;
}

#maincontent {
	border: 0;
}

/*			displaytable class reset for print																	*/

.displaytable {
	width: 6.8in;
}

.displaytable th, .displaytable td, .contribrates th, .contribrates td {
	border: 1px solid #666;
}



/*		Highlight Color: The following rules set the lighter color for			*/
/*		table "zebra striping" and any elements that need a lighter 			*/
/*		version of the branding color applied.									*/
.displaytable .hlrow, .contribrates td.agecol {
	background-color: #efefef;
}

.displaytable h3 {
	border-bottom: 0;
}

.footnote {
	font-size: 8pt;
	margin-top: .1in;
}