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

body {
	background: url(../images/bg.jpg) #04093e repeat-x top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

a.linkBlue:link {color: #152067; text-decoration:underline}
a.linkBlue:visited {color: #152067; text-decoration:underline}
a.linkBlue:hover {color: #152067;text-decoration:underline}

a.link-Footer:link {color: #FFFFFF; text-decoration:none}
a.link-Footer:visited {color: #FFFFFF; text-decoration:none}
a.link-Footer:hover {color: #FFFFFF;text-decoration:underline}

.Bodytext {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
}

.BodytextLarge {
	font-family: Arial;
	font-size: 28px;
	color: #FFFFFF;
}

.BodytextBlue {
	font-family: Arial;
	font-size: 13px;
	color: #152067;
	line-height:20px;
}

.BodytextBlueTitle {
	font-family: Arial;
	font-size: 18px;
	color: #152067;
	text-align:center;
	font-weight:bold;
	line-height:26px;
}

.Copyright {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
