h1 {
	font-weight: bold;
	color: #00337F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 4px;
	margin-right: 25px;

}

.style1 {color: #003366}

h2 {
	color: #00337F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	padding-bottom: 2px;
	margin-right: 25px;


}
h3 {
	font-weight: bold;
	color: #009999;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 12px;
	margin-right: 25px;
}
p {
	color: #333333;
	line-height: 17px;
<!--- 	padding-bottom: 2px; --->
	margin-right: 25px;

}

li {
	color: #333333;
	line-height: 17px;
	margin-right: 25px;
}