body { 
	color: #000; 
	font-size: 76%; 
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0; 
	padding: 0 
	}
a { 
	color: #006; 
	font-weight: normal; 
	text-decoration: none 
	}
	
a:link {
	}
	
a:visited {
	}
	
a:hover { 
	text-decoration: underline 
	}
	
a:active {
	}
	
h1  { 
	font-weight: bold; 
	font-size: 1.5em;  
	color: #333;
	margin: 0 0 .7em 0;
	text-transform: uppercase;
	}
	
h2 {
	font-size: 1.7em;
	margin: 1.2em 0;
	font-weight: normal;
	}
	
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
	
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
	
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
	
img {
	border: 0;
	}
	
ol, ul, li {
  font-size: 1em;
  line-height: 1.8em;
  list-style-type: none;
  margin-top: 0.2em;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0.1em 
  }
  
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0 0 .7em 0;
	}
li > p {
	margin-top: 0.2em;
	}

strong, b { 
	color: #000; 
	font-weight: bold 
	}