body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #016d77;
	
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {  
	text-decoration: none;
	color: #000000;
}

.ArialWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFED;
	font-weight: normal;
}
.ArialWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFED;
	font-weight: bold;
}
.ArialYellowBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffb200;
	font-weight: bold;
}