body
{
	margin: 0px;
	padding: 0px;
}

input.text {
color: 5d560f;
font-size: 8pt;
font-family: Arial, Helvetica, sans-serif;
background-color: e5e5df; 
border: 1px solid; 
height: 20px;
width:205px;
}

textarea, input {
	background-color: #CCCCCC;
	border:0;
}


h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%; 
	color: 44a987;
	font-weight:bold;
	padding:0px 0 0px 0;
	margin-bottom: 0em;
	margin-top: 0em;
	text-transform: uppercase; 
	letter-spacing: 2px;
}


h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%; 
	color: 5e4c26;
	font-weight:bold;
	padding:0px 0 0px 0;
	margin-bottom: 0em;
	margin-top: 0em;
	text-transform: uppercase; 
	letter-spacing: 2px;
	border-width:0px 0 1px 0;
	border-style: dashed;
	border-color: #999933; 
}



h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%; 
	color: 43240A;
	margin-bottom: 0em;
	margin-top: 0em;
	letter-spacing: 1px;
	font-weight:bold;
}


h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%; 
	color: 43240A;
	font-weight:bold;
	margin-bottom: 0em;
	margin-top: .4em;
	text-transform: uppercase; 
	letter-spacing: 1px;
}



p {	
	font-size: 	90%;
	font-weight: normal;
	color: 363025;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 0em;
	margin-top: 0em;

}

td,table {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 	95%;
	font-weight: normal;
	color: 363025;
}

b, strong {
	color: 524939;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}


a {
	color: 44a987;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

a:hover {
	color: c1ad59;
}

.credits {
	font-size: 75%
}

.imageBackground {
	border: thin solid #2a1315;
}

#hide { display: none; }