.bg {
	background-color: E2DAC9;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: B96B1E;
}
.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
.regular-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;

}
.mailing-list {
	border: 1px solid B96B1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: B96B1E;
	text-decoration: none;
}
.space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
}
.white-border {
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	height: 3px;
	width: 0px;

}
