@charset "utf-8";
a:link {
	color: #1B1B81;
	text-decoration: none;
}
a:visited {
	color: #1B1B81;
	text-decoration: none;
}
a:hover {
	color: #1B1B81;
	text-decoration: none;
}
a:active {
	color: #1B1B81;
	text-decoration: none;
}

.smalltext {
	font-size: 9px;
	text-align: center;
}

body {
	background-color: #8889E6;
	text-align: center;
}
.banner {
	background-color: #FFF;
}

.menutext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #8889E6;
}
.verdana_large {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}
.main_justified {
	text-align: justify;
	font-size: 12px;

}
.main_leftjustify {
	text-align: left;
	font-size: 12px;
}
.main_centred {
	text-align: center;
	font-size: 12px;
}

.left_align_header {
	text-align: left;
}
.heading_blue_left_align {
	text-align: left;
	color: #8889E6;
}
.tagline {
	font-size: 36px;
	font-family: Tahoma, Geneva, sans-serif;
}
.heading_blue_centrealign {
	font-size: 18px;
	color: #8889E6;
	text-align: center;
}
.verdana_14 {
	font-size: 14px;
	text-align: left;
}
.verdana14_dk_blue {
	color: #1B1B81;
	font-size: 14px;
}
