body {
	color: Black;
	background-color: #C3C3C3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 0 0;
}

a {
	color: White;
	text-decoration: none;
}

a:hover {
	color: #ECECEC;
	text-decoration: none;
}

#footernav {
	color: white;
	text-align: center;
	margin-top: 26px;

}

#footernav a:link, #footernav a:visited {
	color: Black;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px
}

#footernav a:hover{
	color: White;
	text-decoration: none;
	font-size: 10px
}

p, li {
	line-height: 15px;
	font-size: 12px;
}
h1 {
	line-height: 15px;
	font-size: 18px;
	color: 4f607b;
}

.service-sub {
	font-size: 15px;
	color: 4f607b;
	margin-top: -26px;
}

.newsheader {
	color: 10284f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -12px;
	margin-left: 20px;
}

.newsheader2 {
	color: 10284f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -12px;
	background-image: url(../images/news-hd-arrow.gif);
	background-repeat: no-repeat;
}




