@charset "utf-8";
/* CSS Document */
* {
	margin:auto;
	padding:auto;
}

body{
	font-family: Arial;
	font-size: 11px;
	color: #555656;
	font-weight: normal;
	background-color: #054F68;
	font-style: normal;
	text-transform: none;
	text-align: justify;
}
.body{background-color: #FFFFFF;}
.header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#1589B0;
	
}
.menu{}
.services{
	background-color: #FFFFFF;
	background-image: url(images/servicebackground.jpg);
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #155572;
	background-repeat: no-repeat;
	background-position: left top;
}
.online{
	background-image: url(images/online.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.icon{
	background-image: url(images/icon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.grey{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7c7c7a;
}
.blue{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #155572;
}
.bluetitle{
	font-family: Arial;
	font-size: 14px;
	font-weight: 400;
	color: #004d6a;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
}
.divider{
	background-image: url(images/divider.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.footer{	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	color: #40403e;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	background-color:#d1cfbf;}
	a:link {
	text-decoration: none;
	font-size: 11px;
	color: #155572;
}
a:visited {
	text-decoration: none;
	font-size: 11px;
	color: #155572;
}
a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	font-size: 11px;
	color: #155572;
}

