*
{
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;	
	background: #fff;	
	text-align: center;
}

h1 
{
	background: #FFFFFF;
	color: #7bae23;
	font-size: 0px;
	height: 120px;
	text-align: center;
}

p.note
{
	color: #7bae23;
	text-align: center;
}

p.warn
{
	color: #c30000;
	text-align: center;
}

a img
{
	border: 0
}


h2 {
	font-size: 20px;
	font-family: georgia, serif;
	color: #7bae23;
	text-align: center;
} 

a {
	color: #7bae23;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

form
{
	margin: 20px 0 15px 0; 
	display: block;
}

label
{
	font-size: 26px;
	font-family: georgia, arial;
	padding: 4px;
	color: #7bae23;
	vertical-align: bottom;
}

acronym
{
	border-bottom: 1px dotted black;	
}

input[type=text]
{
	width: 300px;
	font-size: 21px;
	font-family: arial;
	color: #7bae23;
	padding: 3px;
}

input[type=submit]
{
	width: 100px;
	font-size: 22px;
	font-family: arial;
}

div.container {
	position: relative;
	text-align: center;
}

div.container1 {
	position: relative;
	width: 700px;
	height: 450px;
	margin: 0 auto;	
	text-align: left;
}
div.header {
	position: relative;	
	text-align: center;	
}

div.footer {
	position: relative;
	text-align: center;
}

div.results {
	position: relative;
	text-align: center;
	padding: 10px;
}

div.sitelogo {
	position: relative;
	float: left;
	padding: 10px;
}

#data {
	text-align: center;
	font-size: 14px;
	font-family: Verdana;
	color: #7bae23;	
}