a: { text-decoration: none; }
a:link { color: #7b8294; text-decoration: none; }
a:visited { color: #7b8294; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }
a:active { color: #7b8294; text-decoration: none; }

.cssText
 {
  color:					#7b8294;
  font-size:				10px;
  font-family:              Verdana,Tahoma,Arial;
 }

.cssUber
 {
  color:					#7b8294;
  font-size:				10px;
  font-family:              Verdana,Tahoma,Arial;
  font-weight:				bold;
 }
 
 .cssInput
{	
	background-color:		#000000;
	border: 				1px #7B8294 solid;
	font-size:				10;
    line-height:			10pt;
    font-family: 			Verdana,Tahoma,Arial;
	color: 					#7B8294
}

.cssButton
{
	border: 				1px #7B8294 groove;
	font-size:				10;
	cursor: 				hand;
    line-height:			10pt;
    font-family: 			Verdana,Tahoma,Arial;
	color: 					#000000
}