@charset "UTF-8";
body {
	background:#FFFFCC;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#014e61;
}

.mainContent {
	padding: 0 20px; 
}

.space {
	letter-spacing: 2px;
	line-height: 25px;
	}
	
.style1 {
	color: #FFFFFF;
}

.style2 {
	color:#0099FF;
	}
	
.footer {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: center; 
	color:#000066;
	letter-spacing: 2px;
}

.heading {
	font-size:14px;
	font-weight: bold;
	color:#013d4c;
	line-height: 30px;
}
a:link {
	color: #006666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color:#000000;
}
a:active {
	text-decoration: none;
}