/* CSS Document */
/* This is used to format buttons used as links */


.newsletterbutton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
	text-align: center;
	padding: 2px;
	width: 120px;
}
a img {border: 0}

.registerbutton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #114870;
	text-align: center;
	padding: 2px;
	width: 120px;
}


