html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption {
	background: transparent;
	border: 0;
	vertical-align: baseline;
	font-family: arial;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	margin-top: 5px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

#content {
padding: 5px 25px;
}

.data_table td { border: solid 1px #ccc; }

h1, h2, h3 { color: #32690b; }

.signup { 
	background: #eef4e5; 
	border: solid 1px #ccc;
	padding: 2px 8px;
	margin-bottom: 15px;
	font-size: 11px;
 }

.signup td { font-size: 11px; }

.signup_note { font-size: 11px; padding: 2px 8px; margin: 8px; border:solid 1px green;  }
.signup_note h3 { font-size: 12px; }

