body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) repeat-x;
	font: 11px/1.5em  Arial, Helvetica, sans-serif;
	color: #F2EEEF;
}

a, a:visited {
	text-decoration: underline;
	color: #F2C93E;
}
a:hover {
	text-decoration: underline;
	color: #F2C93E;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00003B;

}

.boldbody {
	color: white;
}

.title {
    color: #202043;
	font-size:12px;
	font-weight: bold;
}

.aquablue {
    color: #006699;
	font-size:12px;
	font-weight: bold;
}

.white {
    color: white;
	font-size:12px;
	font-weight: bold;
}

.floatRight {
	float: right;
	margin: 0 0 0 10px;
}
.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}