/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p {
	font-size: small;
	font-weight: normal;
	color:#CCCCCC;
	margin-left: 1.5em;
	font-family: "Trebuchet MS", Arial;
	padding: 5px 0;
	margin-right: 1.5em;
	text-align: left;
	margin-bottom: 1.2em;
	list-style-type: disc;
	list-style-position: inside;
 }
 
h1 {
	font-size: large;
	font-weight: bold;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial;
	text-align: left;
	margin-left: 1em;
 }
 
 h2 {
	font-size: 16px;
	font-weight: bold;
	color:#FF9933;
	font-family: "Trebuchet MS", Arial;
	text-align: left;
	margin-left: 1.1em;
	margin-bottom: 0em;
 }
 
  h3 {
	font-size: 14px;
	font-weight: bold;
	color:#FF6600;
	font-family: "Trebuchet MS", Arial;
	text-align: left;
	margin-left: 1.4em;
	margin-bottom: -0.3em;
 }
 
.subhead {
	font-size: small;
	font-weight: bold;
	color:#FFCC00;
	font-family: "Trebuchet MS", Arial;
	text-align: left;
	margin-left: 0em;
 }
 
 h6 {
	font-size: x-small;
	font-weight: bold;
	color:#CCCCCC;
	font-family: "Trebuchet MS", Arial;
	margin-left: 2em;
 }
