@charset "utf-8";
/* CSS Document */

h2, .heading{
	color: #01a6ee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 26px;
}
h3, .sub-heading{
	color: #004b91;
	font-weight: bold;
	font-size: 14px;
}
h4, .third-line-heading{
	color: #8da5a3;
	font-weight: bold;
	font-size: 12px;
}
.float-image-right{
	float: right;
}
.float-image-left{
	float: left;
}
.clear-floating-images{
	clear: both;
}