﻿html { overflow-x: auto; } 
 
a:link { 
	color: #eee;
	font-family: verdana, sans-serif;
	font-size: 12px; text-decoration: none;}
a:visited { 
	color: #eee;
	font-family: verdana, sans-serif;
	font-size: 12px; text-decoration: none;}
a:active { 
	color: #ee;
	font-family: verdana, sans-serif;
	font-size: 12px; text-decoration: none;}
a:hover {font-family: verdana, sans-serif;
	font-size: 12px;
	color: #eee; text-decoration: underline;}

.text:link { 
	color: #eee;
	font-family: verdana, sans-serif;
	font-size: 10px; text-decoration: none;}
.text:visited { 
	color: #ccc;
	font-family: verdana, sans-serif;
	font-size: 10px; text-decoration: none;}
.text:active { 
	color: #ccc;
	font-family: verdana, sans-serif;
	font-size: 10px; text-decoration: none;}
.text:hover {font-family: verdana, sans-serif;
	font-size: 10px;
	color: #ccc; text-decoration: underline;}	
	 

.hlight { background-color: #FFFFFF; }

.dlight { background-color: #E4EAF2; }

.useme{font-weight:bold;background-color:#E0DFE0} 
.useyou, .useme:hover{font-weight:bold;background-color:#FFFFE0}

input   {
	color: #000000; 
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold; 
	font-size: 12px;  
	border-color:#EEEEEE; 
	border-width:1;						
	} 
.input2   {
	color: #000000; 
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold; 
	font-size: 12px;  
	border-color:#EEEEEE;
	background-image: url(../images/top.jpg);
	border-width:1;						
	} 

.preload{
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
}	 
