@charset "UTF-8";
body  {
	font: 90% Helvetica, Arial, Verdana, sans-serif;
	background: #dfded8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-size: 140%;
	font-weight: normal;
	color: #666666;
	text-align: left;
}

h2 {
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	color: #666666;
}

p {
	text-align: justify;
	color: #222222;
	line-height: 1.5;
}

p a {
	color: #cc0000;
	text-decoration: none;
}

p a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#newsletterButton {
	padding: 5px;
	width: 105px;
	background-color: #CC3300;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 70%;
	margin: 0 0 15px 0;
}
#newsletterButton a {
	background-color: #CC3300;
	color: #FFFFFF;
	text-decoration: none;
}
#newsletterButton a:hover {
	background-color: #CC3300;
	color: #FFFFFF;
	text-decoration: underline;
}
