body {
	text-align: center;
	font-size: 12px;
	line-height: 13px;
	color: #000000;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	background-color: #298bae;
}

h1 {
	color: #fa0001;
	margin-bottom: 20px;
	line-height: 15px;
	padding-right: 30px;
	font-family: "Arial";
}

A:link {
	text-decoration: none;
	color: #298bae;
}
A:visited {
	text-decoration: none;
	color: #15679F;
}
A:hover {
	text-decoration: underline;
	color: #298bae;
}
P {
	line-height: 1.8em;
	padding: 10 20px 10px 0;
}

.blue {
		background-color: #298bae;
}
	
.white {
	background-color: #FFFFFF;
	}
