/* Backgrounds */
.background {
	background-color: #F5FBFE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.background-footer {
	background-image: url(images/footer-bk.jpg);
	background-repeat: repeat-x;
	background-color: #D2E9FC;
}
.background-footer-home {
	background-image: url(images/footer-home-bk.jpg);
	background-repeat: repeat-x;
}
.background-footer-serv-bc {
	background-image: url(images/footer-services-bc-bk.jpg);
	background-repeat: repeat-x;
}
.background-footer-serv-wp {
	background-image: url(images/footer-services-wp-bk.jpg);
	background-repeat: repeat-x;
}
.background-footer-serv-bw {
	background-image: url(images/footer-services-bw-bk.jpg);
	background-repeat: repeat-x;
}
.background-footer-serv-rt {
	background-image: url(images/footer-services-rt-bk.jpg);
	background-repeat: repeat-x;
}
.background-footer-serv-gc {
	background-image: url(images/footer-services-gc-bk.jpg);
	background-repeat: repeat-x;
}
.background-footer-serv-wc {
	background-image: url(images/footer-services-wc-bk.jpg);
	background-repeat: repeat-x;
}

/* Text */
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0E2E69;
}
.subtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0E2E69;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Fields */
.fields {
	BORDER-RIGHT: #394486 1px solid; 
	BORDER-TOP: #394486 1px solid; 
	FONT-SIZE: 7pt; 
	BORDER-LEFT: #394486 1px solid; 
	COLOR: #394486; 
	BORDER-BOTTOM: #394486 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: white; 
	TEXT-DECORATION: none;
}

/* Body Links */
a.subpagelinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a.subpagelinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a.subpagelinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.subpagelinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}


a.bodylinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00C;
	text-decoration: underline;
}
a.bodylinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00C;
	text-decoration: underline;
}
a.bodylinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00C;
	text-decoration: underline;
}
a.bodylinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00C;
	text-decoration: underline;
}

/* Footer Text */
.footer-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0E2E69;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

/* Footer Links */
a.footerlinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00C;
	text-decoration: underline;
}
a.footerlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00C;
	text-decoration: underline;
}
a.footerlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00C;
	text-decoration: underline;
}
a.footerlinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00C;
	text-decoration: underline;
}