h1   {
	color: navy;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h3 {
	color: navy;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif
}
p   {
	color: black;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
h2   {
	color: navy;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif
}
h4 {
	color: navy;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
li   {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
	list-style-type: circle;
	list-style-position: outside;
}
h5 {
	color: navy;
	font-weight: 300;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif
}
h6 {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif
}
address {
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif
}
h7   {
	color: #000;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: italic;
}

.imagewrap {
	background-color: #FFF;
	border: thick solid #FFF;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 18px;
}

