*
{
	margin: 0;
	padding: 0;
}

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

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

a img
{
	border: 0
}


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

h3 {
	font-size: 16px;
	font-family: georgia, serif;
	color: #98ff66;
	text-align: center;
} 

a {
	color: #98ff66;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

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

label
{
	font-size: 18px;
	font-family: sans-serif, georgia, arial;
	padding: 4px;
	color: #98ff66;
	vertical-align: bottom;
}

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

input[type=text]
{
	width: 40%;
	font-size: 21px;
	font-family: Verdana;
	color: #98ff66;
	padding: 3px;
}

input[type=submit]
{
	width: 120px;
	font-size: 21px;
	font-family: Verdana;
}

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

div.container1 {
	position: relative;
	float: left;
	height: 300px;
	margin: 0 auto;	
	text-align: center;
}

div.container2 {
	position: relative;
	height: 300px;
	margin: 0 auto;	
	text-align: left;
}

div.container3 {
	position: relative;
	width: 1000px;
	height: 300px;
	margin: 0 auto;	
	text-align: left;
}

div.container4 {
	width: 50%;
	float: left;
}

div.container5 {
	position: relative;
	width: 800px;
	height: 400px;
	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: left;
	padding: 2px;
	float: left;
}

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

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

.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}
.tabberlive {
 margin-top:1em;
}

ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #98ff66;
 font: bold 16px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 0px;
 margin-right: 3px;
 border: 1px solid #98ff66;
 border-bottom: none;
 background: #eee;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #98ff66; }
ul.tabbernav li a:visited { color: #98ff66; }

ul.tabbernav li a:hover
{
 color: #98ff66;
 background: #fff;
 border-color: #98ff66;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #98ff66;
 background: white;
 border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #98ff66;
 border-top:0;
 text-align: left;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.container_t {
	width: 40%;
	float: left;
}

.container_m {
	width: 30%;
	float: left;
}

.url {
	text-decoration: underline;
	color: #66cc33;
}

