body {background-color: #1f5d89;}

a:link {color: #2E6380; text-decoration: underline;}
a:visited {color: #2E6380; text-decoration: underline;}

a:hover {color: #006699; text-decoration: none;}
a:active {color: #006699; text-decoration: none;}

a img {border: none; }

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #103b6f;
	letter-spacing: -1px
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1f5d89;
	letter-spacing: -1px
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0E3D53;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0E3D53;
	font-style:italic;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E3D53;
	font-style:italic;
}
.text4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0E3D53;
}
.NavLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.links a:link {color: #AEC3CD; text-decoration: underline;}
.links a:visited {color: #AEC3CD; text-decoration: underline;}
.links a:hover {color: #96A8B1; text-decoration: none;}

.bodyrep {
	background-image: url(images/body_repeat.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodynorep {
	background-image: url(images/body_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodywatermark {
	background-image: url(images/body_watermark.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
