
body { 
  color: black;
	background: white;
	font-size: 12pt;
	}
	
h1,h2,h3,h4,h5,p { 
  margin-top: 1em; 
	margin-bottom: 1em; 
	}
	
h1,h2 { 
  font-size: 200%; 
	color: rgb(000, 102, 000); 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
h3 { 
  font-size: 150%; 
	font-family: Verdana, Arial, sans-serif; 
	color:red; 
	}
	
h4 { 
  font-size: 120%; 
	font-family: Verdana, Arial, sans-serif; 
	color:blue; 
	}
	
h5 { 
  font-size: 75%; 
	font-family: Arial, sans-serif; 
	color:black; 
	}

h6 { 
  font-size: 70%; 
	font-family: Arial, sans-serif; 
	color:black; 
	text-transform: uppercase; 
	}
	
p { 
  font-size: 100%; 
	font-family: Georgia, "Times New Roman", serif; 
	color: black; 
	}

p.break {
  page-break-before: always;
	}

p.noprint {
  display: none;
	}

p.menu { 
  font-size:100%; 
	font-family: serif; 
	color: black; 
	}
	
pre { 
  font-family: monospace; 
	}
	
ul { 
  font-size:85%; 
  text-indent: 1em; 
	}
	
a:link {color: #0000FF; }
a:visited {color: #008000; }
a:active {color: #00CCFF; }
a:hover {color: #FF0000; }

#head { 
	top: 0px;
	left: 0px;
	right: -25px;
	height: 150px;
	border: 0;
	padding: 0;
	background-color: ##ffcc99;
	z-index: 1;
  }
	
#content {
  top: 150px;
	left: 0px;
	width-max: 80em;
	border: 0;
	background-color: white;
	padding: 20px;
	float: none !important;
}
	
#navleft {
  display: none;
}

.table {
  position: relative;
	border: 10;
}
 
