h1 {
	font-family: "trebuchet MS"; 
	font-size:20pt;
	display: block;
	height: 48px;
	width: 265px;
	overflow: hidden;
	text-align: left;
	background-image: none;
} 

h2 {
	font-family: "trebuchet MS"; 
	font-size:18pt;
	display: block;
	height: 48px;
	width: 265px;
	overflow: hidden;
	text-align: left;
	background-image: none;
} 

h3 {
	font-family: "trebuchet MS"; 
	font-size:16pt;
	display: block;
	height: 48px;
	width: 265px;
	overflow: hidden;
	text-align: left;
	background-image: none;
} 

h4 {
	font-family: "trebuchet MS"; 
	font-size:12pt;
	display: block;
	height: 48px;
	width: 265px;
	overflow: hidden;
	text-align: left;
	background-image: none;
} 

p, ol	{
	font-family: "trebuchet MS"; 
	font-size:12pt;
	margin-left: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	list-style-type: decimal;
	list-style-position: outside;
} 
	
a:link {
	color: #84abae
} 

a:visited {
	color:navy
}

a:hover {
	color:darkcyan
} 

a:active {
	color:crimson
}
 
body 
{
	font-family: "trebuchet MS";
	color: #000;
	background: #ddeacc;
	font-size: 12pt;
	vertical-align: middle;
	list-style-type: disc;
	list-style-position: outside;
	text-decoration: none;
}

hr 
{
	color: navy;
	width: 100%;
	height: 0;
	margin: 20px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	list-style-position: outside;
	list-style-type: disc;
	border-style: none;
	text-align: left;
}

.note 
{
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
}
