/* this is the start of the section that controls what is viewed on the printed page */

body {
	margin-left: 			0px;
	margin-top: 			0px;
	font-family:			"Times New Roman", Times, serif
}

.banner {
	visibility:  			hidden;
}
		
.menu {
	visibility: 			hidden;
}	
	
.breadcrumbs {
	visibility:  			hidden;
}	

.pagetitle {
	visibility:  			hidden;
}


/* this section positions the visible items on the page */	

.maintext {
	width:					450pt;
	position:  				absolute;
	top: 					10pt;
	left: 					20pt;
	color: 					#000000;
	overflow: visible;
	margin-bottom: 100px;
}	

/* this is the start of the section that adjust the various styles available to the content manager for print */


.a_Bite {
	color: 					#666666;
	font-size:				12pt;
	font-style:				italic;	
}

.a_BoldBite {
	color: 					#666666;
	font-size:				12pt;
	font-style:				italic;
	font-weight:			bold;
}

.a_BoldText {
	font-weight: 			bold;
	color:					#000000;
	}	

.a_MainHeading {
	color: 					#000000;
	font-size:				18pt;
}

.a_PageTitle {
	font-size:				18pt;
	width:					200pt;
	height:					24pt;
	border-bottom:			double;
}

.a_PullQuote{
	font-size: 14pt;
	font-style: italic;
	color: #000000;
	padding: 5pt;
	float: left;
	width: 40%;
	margin-right: 10pt;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: center;
	margin-top: 10pt;
	margin-bottom: 5pt;
}
.a_Snack {
	color: 					#000000;
	font-size:				12pt;	
}
.a_SubHeading {
	color: 					#000000;
	font-size:				14pt;
}

.a_Sub-SubHeading {
	color: 					#000000;
	font-size:				14pt;
	font-style:				bold;
}

