@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



.BottomText {
	font-family: Helvetica;
	font-size: 11px;
	line-height: 24px;
	color: #26425a;
}

.RegularText {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.PageTitle {
	font-family: Verdana;
	font-size: 24px;
	line-height: 24px;
	color: #004a80;
}


a.BottomLink {
	font-family: Helvetica;
	font-size: 11px;
	line-height: 24px;
	color: #26425a;
}
a.BottomLink:link {
	text-decoration: none;
}
a.BottomLink:visited {
	text-decoration: none;
	color: #26425a;
}
a.BottomLink:hover {
	text-decoration: underline;
	color: #26425a;
}
a.BottomLink:active {
	text-decoration: none;
	color: #26425a;
}


.SubTitle {
	font-family: Helvetica;
	font-size: 15px;
	line-height: 24px;
	color: #09285A;
	font-weight: bold;
}
