@charset "utf-8";
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
A:hover {
	text-decoration : underline;
	font-weight: bold;
}	
.newslettertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #346585;
}
.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #346585;
	line-height: 18px;
	text-decoration: none;
}
