@charset "UTF-8";
/*			Hide Unwanted Web Elements																		*/

/*			Reformatted HTML Tags																			*/
body {
	background-image: none;
}

#banner {
	width: 825px;
	height: 106px;
	margin: 0;
	background: url("img/planbooks09printbanner.jpg") top left no-repeat;
}


h1 {
	font-size: 1.5em;
	padding: 0;
	margin: 0/* 0 0 .5in*/;
}

#container h2 {
	font-size: 1.25em;
 	margin: 0;
	padding: 0;
}
#container h3 {
	font-size: 1em;
	border-bottom: 1px dotted #666;
}
/*			Layout DIV tags reset for print																	*/
#container, #maincontent {
	border: 0;
}
#container {
	padding: 0;
	width: 7in;
}


/*			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;
	font-style: italic;
	margin-top: .1in;
}

#footer {	clear: both;	}
