/*  
CSS Code and Design copyright 2005 to Sullivan+Wolf Design. All Rights Reserved. 
Copying and/or re-using this code, its sub-code or derivatives without written permission is a violation of copyright law.
Visit us at SullivanandWolf.com
 */


p,  ul, li, h1, h2, h3, h4, h5, h6, td, input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 85%; }

body {
	padding: 0px;
	margin: 0px;
	background-color: #006600;
	background-image: url(../back4.jpg);
	background-position: center top;
}
p {
	margin: 6px;
	padding: 0px;
}
h1 {
	font-size: 170%;
	font-weight: bold;
	color: #003366;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 80%;

}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #333333;
	margin: 6px;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	margin: 6px;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #444444;
	margin: 4px;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #2222222;
	margin: 4px;
}
h6 {
	font-size: 80%;
	font-weight: bold;
	color: #1111111;
	margin: 4px;
}
ul {list-style-type: square;}
li {	font-size: 100%;}
td {}
sup {
	padding-top: 4px;
}
textarea {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 1px;

	overflow: auto;

}
form {
	margin: 00px;
	padding: 0px;
}
