body {
	margin: 0px;
	padding: 0px;
	background: url("images/bg.jpg");
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

h2 {
	font-size: 13px;
}
a:link,
a:visited,
a:hover,
a:active { 
	color: #330000;
	text-decoration: none;
}

.content {
	font-size: 11px;
}

.contactmodule {
	background: url("images/homeBGMailingList.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #86837e;
}

a.white:link,
a.white:visited,
a.white:hover,
a.white:active,
.content a.white:link,
.content a.white:visited,
.content a.white:hover,
.content a.white:active { 
	color: #ffffff;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

form input.wide {
	width: 98%;
}