/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 150%;
	width: 7in;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

/* Layout DIVs */

#printheader {
	display: inline;
}

#header {
	display: none;
}
	
#container {
	width: 7in;
	margin: 0;
	padding: 0;
	background: white;
	background-image: none;
}


#primary-content {
	width: auto;
	margin-top: 2in 0;
	padding: 0;
	float: none;
	background: transparent none;	
}
	
#sidebar {
	display: none;	
}

/* Headings */

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 150%;
	margin-left: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #B17624;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 150%;
	font-weight: bold;
	color: #0093A7;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
}

/* Footer Styles */

.footer {
	display: none;
}

#printfooter {
	display: inline;
	text-align: center;
}

a {
	color: #0093A7;
}

form,input,textarea,select	{
	font: 10pt/12pt Helvetica, Arial, sans-serif;
	padding: 2pt;
	margin: 2pt;
}

sup {
	font-size: 5pt;
	font-family: Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	text-transform: uppercase;
}