<!--

h1{
font-size: 18px;
font-weight: bold;
color: #a74554;
}

h2{
font-size: 16px
font-weight: bold;
color: #027579;
}

h3{
font-size: 16px;
font-weight: bold;
color: #a74554;
}

h4{
font-size: 14px;
font-weight: bold;
color: #027579;
}

h5{
font-size:12px;
font-weight: normal;
color: #181818;
}

h6{
font-size:12px;
font-weight: bold;
color: #a74554;
}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #000080;
	}