/* This style sheet controls the display of text when printed */

/* ---------layout containers----------------*/
#wrapper {
	width: 700px;
}

#header {
	width: 700px;
}

#topNav {                /* hides the navigation bar*/
	display: none;
}
#footer {
	font-size: 11pt;
	color: #666666;
	width: 670px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #666666;
}

#footerLogo {          /* hides the designer's logo in the footer area*/
	display: none;
}

#values {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	width: 640px;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content {
	width: 600px;
	padding-top: 20px;
	background-color: #FFFFFF;
	padding-right: 40px;
	padding-bottom: 8px;
}

body {

	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}
h1 {
	font-size: 18pt;
	color: #005A52;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16pt;
	color: #005A52;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14pt;
	color: #005A52;
	font-family: Arial, Helvetica, sans-serif;
}
.highlightBox {

	background-color: #CCCC99;
	border: 1px solid #009999;
	font-size: 10pt;
	color: #333333;
	width: 600px;
	padding: 5px;
}

