@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .8em;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#emailSubscribe {
	color: #999999;
	margin-right: 25px;
}
#footer {
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: #000000;
	margin-left: 20px;
}
#footer a:hover {
	text-decoration: underline;
}
