body {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #222222;
}
a:link, a:active, a:visited {
	color: #666633;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #b36623;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	font-family: "century gothic";
	font-weight: bold;
	font-size: 11pt;
	text-shadow: #fff 1px 1px;
	text-transform: uppercase;
	color: #666633;
	padding: 0 0 5px 0;
	margin: 0 0 2px 0;
}

h2, h3 {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #666633;
	padding: 2px;
	margin: 0 0 2px 0;
}


b, u, s, i {
	color: #b36623;
}


#human {
	visibility: hidden;
	display: none;
} 

input, textarea {
	color: #888888;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	padding: 6px 8px;
	background-color: #dee4ee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px;
	margin: 0 0 4px 0;
	width: 250px;
}

select {
	color: #888888;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	padding: 6px 8px;
	background-color: #dee4ee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px;
	margin: 0 0 4px 0;
	width: 266px;
}

.button {
	width: auto !important;
	padding: 5px;
}
	
blockquote {
	border-left: 5px solid #376b8a;
	background-color: #dee4ee;
	padding: 10px;
	color: #888888;
	font-family: Arial;
	letter-spacing: 1px;
	font-size: 11px;
}

div#log { 
	font-family: arial; 
	font-size: 11px; 
	color: #444444; 
	padding-left: 2px; 
	width: 100%; 
	height: 200px; 
	overflow-y:scroll;
	text-align: left;
	margin: 0 0 10px 0;
}

#links a:link, #links a:active, #links a:visited {
	font-family: Arial;
	font-size: 14px;
	text-transform: lowercase;
	text-shadow: #e1e1cb 1px 1px;
	color: #666633;
	font-weight: normal;
	font-style: italic;
	padding: 0px 10px 0px 10px;
}

#links a:hover {
	font-family: Arial;
	font-size: 14px;
	text-transform: lowercase;
	text-shadow: #e1e1cb 1px 1px;
	color: #b36623;
	font-weight: normal;
	font-style: italic;
	padding: 0px 10px 0px 10px;
}
