body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0; 
	padding: 0;
	border: 0;
	background: #FFFFFF;
	text-align: center;
}


body * { font-size: 1em; }

#footer {
	width: 756px;
	height: 50px;
	border-left: 3px solid #fff;
	clear: both;
	background: url(/grfx/footer.jpg) top left no-repeat #fff;
}

#col-footer {
	width: 756px;
	height: 50px;
	border-left: 3px solid #fff;
	clear: both;
	background: url(/grfx/1col-footer.jpg) top left no-repeat #fff;
}

/*________text stuff below__________*/
.hdrtxt {
	font-size: 0em;
	display: none;
	color: #fff;
}

h1 {
	position: relative;
	display: inline;
	font-size: 2.6em;
	color: #AF0203;
	margin: 10px 0px 0.5em 0px;
	padding-top: 10px;
	line-height: 1em;
}

h2 {
	font-size: 1.4em;
	color: #AF0203;
	clear: left;
	margin: 1em 0px .2em 0px;
	font-weight: bold;
	border-bottom: 1px solid #cfcfcf;
}

h2 strong {
	color: black;
}

	h2 a, h2 a:visited { text-decoration: none; }
	h2 a:hover, h2 a:visited:hover { text-decoration: underline; }

h3  {
	font-size: 1.2em;
	color: #AF0203;
	margin: 1em 0px .3em 0px;
	padding: 0px;
}

	h3 a, h3 a:visited { text-decoration: none; }
	h3 a:hover, h3 a:visited:hover { text-decoration: underline; }

h4, h5, h6 {
	font-size: 1em;
	color: #000;
	margin: 1ex 0px 1ex 0px;
}

p {
	color: #000;
	margin: 1em 0px 1em 2px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


td, th {
	text-align: left;
	vertical-align: top;
}

table.generictable th, caption { display: none; }
/*
ul, ol, td, th {
	color: #111;
	margin: 1ex 0px 1ex 2px;
}

* html ul {
	margin-left: 20px;
}

ul li ul {
	font-size: inherit;
}

* html ul li ul {
	font-size: 1em;
}
*/

#footer p, #col-footer p {
	color: #fff;
	margin: 0 8px;
	padding: 30px 0px 0px 0px;
}

#footer a, #col-footer a {
	color: #fff;
}

.matrix {
	border: 1px solid #373737;
	padding: 3px;
	margin-bottom: 15px;
	color: #000;
}

.matrix td {
	padding: 2px;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

legend {
	font-size: 0.8em;
	font-weight: bold;
}

fieldset {
	border: 1px solid #B7E281;
	width: 420px;
	background: #FAFFF5;
	padding: 5px 10px 5px 10px;
}

.left {
	float: left;
	margin-right: 5px;
}

.right {
	float: right;
	margin: 5px;
}

.cfdebug {
	font-family: fixedsys;
	font-size: 20px !important;
}

.number {
	text-align: right !important;
}



ol.instructions li {
	margin-top: 1em;
}
	