/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cbeaf8;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #0163b2;
}
a:visited {
	color: #0163b2;
}
a:active {
	color: #0163b2;
}
.sitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.sitetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0072bb;
	font-weight:bold;
}
.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;}

.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #0163b2;
	font-weight: bold;
}
.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0163b2;
	font-weight: bold;
}

.subtitle_offblue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4ba1d9;
	font-weight: bold;
}
.subtitle_offblue_light {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4ba1d9;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
