/* CSS Document */
/*This style sheet applies to the index*/

<style type="text/css">
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}
a:link {
	text-decoration: none;
	color: #003366;
}	
.FooterTitle {
	font-size: 14px;
	font-family: "Tw Cen MT";
	color: #091693;
}
.HeaderNav {
	font-size: 16px;
	font-family: "Tw Cen MT";
	color: #003366;
}
.FooterText {
	font-size: 14px;
	font-family: "Tw Cen MT";
	color: #0F348C;
}
.Background {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(MEDIA/IMAGES/a_background.jpg); 
	background-repeat: repeat-x;
}
.MainText {
	font-family: "Tw Cen MT";
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	
}
</style>
