﻿body 
{
	background-color: #000000;	
	background-image: url(/images/wallpaper.gif);
	background-repeat:  repeat-x;		
	color: #EEEEEE;
	font-family: Calibri, Tahoma, Arial, Helvetica;
	margin: 0px;
}

a:link
{
	color: Lime;
	text-decoration: none;
}

a:visited
{
	color: Lime;
	text-decoration: none;	
}

a:hover
{
	color: Lime;	
	text-decoration: underline;	
}

h1
{
	color: #666666;
	font-family: Calibri, Tahoma, Arial, Helvetica;	
	font-size: 275%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 40px;
}

h2
{
	color:  #FFFFCC; 
	font-family: Calibri, Tahoma, Arial, Helvetica;	
	font-size: 140%;
	font-weight: bold;
}

h3
{
	color:  #CCFFCC; 
	font-family: Calibri, Tahoma, Arial, Helvetica;	
	font-size: 120%;
	font-weight: bold;
}

.balls
{
	font-size: 200%;
	margin-top: 20px;
	text-align: center;
}


.clearer
{
	clear: both;
	font-size: 0px;
	visibility: hidden;
	height: 0px;
}

.content
{
	font-size: 80%;
	font-weight: bold;
	line-height: 130%;
	margin-top: 20px;
	padding-bottom: 30px;	
	text-align: left;
}


.header
{
	border-bottom: solid white 1px;
	padding-bottom: 20px;
	padding-top: 40px;
}

.footer
{	
	border-top: solid white 1px;
	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: Calibri, Tahoma, Arial, Helvetica;	
	padding: 5px;
}

.formbutton2
{
	background-color: #111111;
	border: solid #00CC33 1px;	
	color: #00CC33;
	cursor: pointer;
	font-family: Calibri, Tahoma, Arial, Helvetica;	
	padding: 5px;
}

.formfield
{
	border: solid #666666 1px;
	color: #CCCCCC;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

.formfield legend
{
	color: #666666;	
	margin-top: 0px;
}

.formtext
{
	background-color: #222222;
	border: solid #999999 1px;
	color: #D4D4D4;
	font-family: Calibri, Tahoma, Arial, Helvetica;	
	overflow: auto;	
	width: 100%;	
}

.formtext2
{
	background-color: #111111;
	border: solid #00CC33 1px;
	color: white;
	font-family: Calibri, Tahoma, Arial, Helvetica;	
	overflow: auto;	
	width: 100%;	
}

.inner
{
	margin: auto;
	width: 440px;
}



.logo
{
	color: Lime;
	font-size: 140%;
	font-weight: bold;
}

.navigation
{
	color: Lime;
	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%;
	font-weight: bold;	
}

.navigation a:hover
{
	color: lime;
	text-decoration: none;
}


.outer
{
	margin: auto;
}



/*  IMAGES  */

.lemon
{
	background-image: url(/images/lemon.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;		
}

.lime
{
	background-image: url(/images/limes.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;		
}