﻿body 
{
	background-color: #000000;	
	background-image: url(/images/wallpaper.gif);
	background-repeat:  repeat-x;		
	color: #B3B3B3;
	font-family: "Tahoma", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	font-size: 1em;
	margin: 20px 20px 20px 20px;
}

a:link
{
	color: #00CC00;
	text-decoration: none;
}

a:visited
{
	color: #00CC00;
	text-decoration: none;	
}

a:hover
{
	color: #00FF00;	
	text-decoration: underline;	
}

h1
{
	color:  #FFFFFF; 
	border-top: solid #333333 4px;
	border-bottom: solid #333333 4px;	
	font-family: "Tahoma", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px 10px 0px;
}

h2
{
	color:  #FFFFCC; 
	font-family: "Georgia", "Times New Roman", "Helvetica", "Nimbus Sans L", sans-serif;
	font-weight: normal;	
	line-height: 1em;
	font-size: 1em;
	margin: 15px 0px 10px 0px;
}

h3
{
	color:  #FFFFFF; 
	font-family: "Tahoma", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	font-weight: normal;	
	line-height: .9em;
	font-size: .9em;
	margin: 15px 0px 15px 0px;
}

h4
{
	color:  #CCFFCC; 
	font-family: "Tahoma", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	font-weight: normal;	
	line-height: .85em;
	font-size: .85em;
	margin: 10px 0px 10px 0px;
}


p, ul, .normal
{
	font-size: .80em;
	font-family: "Tahoma", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	line-height: 1.1em;
}

legend
{
	color:  #FFFFCC; 
	font-family: "Georgia", "Times New Roman", "Helvetica", "Nimbus Sans L", sans-serif;
	font-weight: normal;	
	line-height: 1em;
	font-size: 1em;	
	margin-top: 0px;
}

fieldset
{
	border: solid #666666 1px;
	color: #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 20px 20px;
}

.balls
{
	font-size: 200%;
	margin-top: 20px;
	text-align: center;
}

.clearer
{
	clear: both;
	font-size: 0px;
	visibility: hidden;
	height: 0px;
}

.content
{
	margin: 20px 0px 30px 0px;	
	text-align: left;
}


.header
{
	margin: 10px 0px 10px 0px;
}

.bold, .strong { font-weight: bold}

.footer
{	
	border-top: solid #333333 4px;
	color: #666666;
	font-size: 70%;
	padding-top: 10px;
	text-align: center;
}

.formbutton
{
	background-color: #222222;
	border: solid #999999 1px;	
	color: white;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica;	
	padding: 5px;
}

.formbutton2
{
	background-color: #111111;
	border: solid #00CC33 1px;	
	color: #00CC33;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica;	
	padding: 5px;
}

.formselect
{
	background-color: #222222;
	border: solid #999999 1px;
	color: #D4D4D4;
	font-family: Tahoma, Arial, Helvetica;	
	overflow: auto;	
	width: 100%;	
}

.formtext
{
	background-color: #222222;
	border: solid #999999 1px;
	color: #D4D4D4;
	font-family: Tahoma, Arial, Helvetica;	
	line-height: 1em;
	overflow: auto;	
	width: 100%;	
}

.formtext2
{
	background-color: #111111;
	border: solid #00CC33 1px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;	
	overflow: auto;	
	width: 100%;	
}

.inner
{
	margin: auto;
	width: 440px;
}



.logo
{
	color: #33CC00;
	font-size: 140%;
	font-weight: bold;
}

.navigation
{
	color: #33CC00;
	display: block;
	font-weight: bold;
	list-style: none;
	margin:  10px 0px 0px 0px;
	padding: 0px;
}

.navigation li
{
	display: inline;	
}

.navigation a
{
	color: White;
	font-size: 95%;
}

.navigation a:hover
{
	color: #33CC00;
	text-decoration: none;
}


.outer
{
	margin: auto;
}

.red
{
	color:Red;
}

.vs
{	
	background-color: #222222;
	border: solid Red 1px;
	margin-bottom: 10px;
	padding: 10px;
}

/*  IMAGES  */

.lemon
{
	background-image: url(/images/lemon.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;		
}

.#33CC00
{
	background-image: url(/images/#33CC00s.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;		
}

.orange
{
	background-image: url(/images/orange_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;		
}

