h1 {
	color: #005ca5;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin: 5px 0px 0px 0px;
}
h2 {
	color: #005ca5;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
}
h3 {
	color: #005ca5;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
}
h4 {
	color: #000;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
}

a, a:link {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:focus {
	color: #003399;
}
a:active {
	color: #003399;
}
p {
	text-align: justify;
	font-size:12px;
	margin: 5px 0px;
	padding: 0px;
}

