html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.headline {
	font-size: 21px;
	font-weight:bold;
	color: #3c8d24;
}
.listheadline {
	font-size: 16px;
	font-weight: bold;
	color: #3c8d24;
}
.faq {
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	color: #ac3900;
}
.faqheadline {
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	text-decoration:underline;
	color: #ac3900;
}
.error {
	font-size: 12px;
	color: #ac3900;
}
.smalltext {
	font-size: 11px;
	line-height: 12px;
}
.custlist {
	font-size: 11px;
	line-height: 18px;
}
table.csa {
	border-collapse:collapse
}
.csa td {
	border: 3px solid #ffffff;
	background: #f7dc9f;
	padding: 2px;
}
table.bluebg {
	border-collapse:collapse
}
.bluebg td {
	border: 3px solid #ffffff;
	background: #e3edf3;
	padding: 2px;
}
.bluebg tr.white td {
	border: 3px solid #ffffff;
	background: #ffffff;
	padding: 2px;
	height: 10px;
	line-height: 10px;
}
.bluebg tr.blue td {
	border: 3px solid #ffffff;
	background: #b6c7db;
	padding: 3px;
}
.formtext {
	font-size: 12px;
	text-transform: uppercase;
}
