body,p,ul,li,td,a {
  font-family: verdana, helvetica;
  font-size: 12px;
  font-weight: none;
  line-height: 20px;

}

h1 {
	color: #006666;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	border-bottom: 2px solid #006666;
}

h2 {
	color: #006666;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}


h3 {
	color: #006666;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}


h4 {
	color: #00000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

hr {
	color: #006666;
	height: 1px;
}

ol.ordered {
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

ol.ordered li {
	list-style-image:none;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul {
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

li {
	list-style-image: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

table.footer td a {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
}

table.footer td {
	font-size: 10px;
}

