@charset "utf-8";
body {
	background-image: url(images/BG.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}

a:link,a:visited {
	color: #243652;
	text-decoration: underline;
}
a:hover {
	color: #4c6b9a;
	text-decoration: underline;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #243652;
	line-height: 22px;
}
.jumptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #243652;
	line-height: 14px;
}
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.boxtitle {
	font-size: 18px;
	font-weight: bold;
	color: #243652;
}
.boxsubtitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #243652;
}


.title {
	font-size: 24px;
	font-weight: bold;
	color: #849fca;
	line-height: 35px;
}
.subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #849FCA;
}
