h1 {
	font-size: 18px;
	color: #1C60AB;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-top: 16px;
	padding-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1C60AB;
	padding-bottom: 2px;
	padding-top: 5px;
}
h3 {
	color: #1C60AB;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 2px;
}
h4{
	color: #1C60AB;
	font-size: 10px;
	padding-right: 5px;
} 
h4 a{
	text-decoration: underline;
} 
h5 {
	font-size: 11px;
	color: #1C60AB;
}
.floatRight{
	float: right;
	margin: 12px;
}
