@charset "utf-8";

body {
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #0F4164;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 16px;
	border: 0px;
}
img { border: 0px; }

.text-darkblue {
	color: #0F4164;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 15px;
}
.text-darkblue-small {
	color: #0F4164;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
}
.text-lightblue {
	color: #0087C9;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 15px;
}
.text-lightblue-small {
	color: #0087C9;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
}
.text-gray {
	color: #5A5A5A;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 15px;
}
.text-gray-small {
	color: #5A5A5A;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
}
.text-contactblue {
	color: #81D2EF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
}
.text-black {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 15px;
}
.text-black-small {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
}

.text-white {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 15px;
}
.text-white-allcaps {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase;
}
.text-white-small {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
}
a {
	color: #0F4164;
	text-decoration: underline;
}
a.white {
	color: #FFF;
	text-decoration: underline;
}
a.contactblue {
	color: #81D2EF;
	text-decoration: underline;
}
.border {
	border: 2px solid #A4D1E6;
}
.sub-bg {
	background-image: url(images/subpage_08.jpg); 
}
.sub-bg-index-footer{
	background-image: url(images/indexr_07.jpg);
	width: 950px;
	height: 112px;
}
.sub-bg-subpage-footer{
	background-image: url(images/subpager_11.jpg);
	width: 950px;
	height: 112px;
}

#body
{	margin: 0 40 0 40;
}
