body {
	background-color: #01245c;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

.background {
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.backgroundRepeat {
	background-image: url(images/bg_repeat.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

.footer {
	background-image: url(images/bg_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #01245c;
	font-size: 10px;
	text-align:center;
	line-height:14px;
}

a.footerText {
	color:#01245c;
	text-decoration:none;
}

a.footerText:hover {
	text-decoration:underline;
}

.beige14 {
	font-family: Arial, Helvetica, sans-serif;
	color: #bec1b7;
	font-size: 14px;
	line-height: 18px;
}

.beige14b {
	font-family: Arial, Helvetica, sans-serif;
	color: #bec1b7;
	font-size: 14px;
	line-height: 24px;
	font-weight:bold;
}

.white12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

.beige12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #bec1b7;
	font-size: 14px;
	line-height: 18px;
}

.beige10 {
	font-family: Arial, Helvetica, sans-serif;
	color: #bec1b7;
	font-size: 12px;
	line-height: 14px;
}

.beige8 {
	font-family: Arial, Helvetica, sans-serif;
	color: #bec1b7;
	font-size: 10px;
	line-height:12px;
}

.lightblue24 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6fa3dc;
	font-size: 24px;
	line-height: 24px;
}

.lightblue14 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6fa3dc;
	font-size: 14px;
	line-height: 24px;
}

.lightblue12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6fa3dc;
	font-size: 14px;
	line-height: 18px;
}

.lightblue10 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6fa3dc;
	font-size: 10px;
	line-height:12px;
}

.bluebox {
	background-color: #041a4b;
	border-width:1px;
	border-color:#1d4f85;
	border:solid;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #01245c;
	border: 1px solid #1d4f85;
}