@charset "UTF-8";
/* CSS Document */

.contentAreaContainer {
	color: #000000;
}
.contentAreaContainer .Heading1
{
	color: #022159;
	font-size: 58px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
.contentAreaContainer .Heading2
{
	color: #022159;
	font-size: 48px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
.contentAreaContainer .Heading3
{
	color: #022159;
	font-size: 26px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
.contentAreaContainer .Heading4
{
	color: #022159;
	font-size: 18px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
.contentAreaContainer hr {
	border:none;
	height:1px;
	color: #000000;
	background-color: #000000;
}
.contentAreaContainer a:link {
	color:#022159;
	text-decoration:none;
}
.contentAreaContainer a:visited {
	color: #022159;
	text-decoration:none;
}
.contentAreaContainer a:active {
	color:#315692;
	text-decoration:none;
}
.contentAreaContainer a:hover {
	color:#315692;
	text-decoration:none;
}
