@charset "UTF-8";
/* CSS Document */

body {
	color: black;
	background-color: #FFFFFF;
	background-image: none;
	}
	
div#printhead { display: block; }

div#wrapper {
	width: auto; 
	margin: 0;
	background-color: #FFFFFF;
	background-image: none;
	color: black;
	}
	
div#mainContent {
	width: auto; 
	margin: 0 5%; 
	padding: 20px 0 0 0; 
	border-top: 1px solid #666;
	}
	
div#footer {
	width: auto; 
	margin: 0 5%; 
	height: 50px; 
	border-bottom: solid 1px #666;
	background: transparent none;
	}
	
div#faux {background-image: none;}	

/* Hide the following items */
div#mainContent img, div#subContent {display: none;}

/* headings */	
h1, h2, h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:1.5;
color:#000;
	}

h1 { font-size:18pt; }
h2 { font-size:14pt; }
h3 { font-size:12pt;}
p, li  {
	font-size: 10pt;
	line-height: 1.6;}
	
/* links black */	
a:link, a:visited {
	color: #666;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	}
		

	
