body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#757575;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
form {
	margin:0px;
}
td.boxtext {
	background:url(images/bg_text.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#e1e1cc;
}
h2.index_thing {
	margin:0px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
h1 {
	margin:0px;
	font-size:15px;
	font-weight:bold;
	color:#13542F;
}
h2 {
	margin:0px;
	font-size:13px;
	font-weight:bold;
	color:#442A0B;
}
h3 {
	margin:0px;
	font-size:15px;
	font-weight:bold;
	color:#13542F;
}
a {
	color:#1C2F59;
	text-decoration:underline;
}
a:hover {
	color:#4E79A7;
	text-decoration:underline;
}
a.green {
	color:#13542F;
	text-decoration:underline;
}
a.brown {
	color:#442a0b;
	text-decoration:underline;
}
.copyright {
	font-size:10px;
	color:#666666;
}
.copyright a {
	color:#666666;
	text-decoration:none;
}
.copyright a:hover {
	color:#000000;
	text-decoration:underline;
}
.form_text {
	font-size:10px;
	font-weight:bold;
	color:#000000;
}




.copyright ul {
	margin:0px;
}	
.copyright ul li {
	display:inline;
	margin-right:10px;
}






/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:2px;
}



/* makes labels bold */
.labels {
	font-weight:bold;
}



/* centers the continue button */
.form-15 input {
	margin-left:70px;
	display:block;
}



/* you may modify the individual text areas with this */
.form-02 input, .form-04 input, .form-06 input {
	font-size:12px;
	width:80px;
}



/* modifies the space around the continue button */
.continue-button input {
	padding-top:3px;
}