SPAN.Welcome 
{
    font-family: Verdana;
    font-size: 24px;
    color: #0E547E;    
}

SELECT.Login
{
  font-family:Verdana;
  font-size:11px;  
  border-style:solid;
  border-color:#98CBFE;
  border-width:1px;
}

BODY.BGLogin
{
    background-color:#DAE8EB;    
    background-repeat:repeat-x;
    height:100%;    
}

SPAN.Login
{
  font-family:Verdana;
  font-size:11px;  
  color: #0E547E;  
}

INPUT.Login
{
  font-family:Verdana;
  font-size:11px;   
  border-style:solid;
  border-color:#98CBFE;
  border-width:1px; 
}

INPUT.Button
{    
    font-family:Verdana;
    font-size:11px;    
    font-weight:bold;
    color:White;    
    background:Transparent url(../Images/bgbutton.png);
    border-style:none;
    width:55px;
}

SPAN.LoginAnnonServiceCaption
{
	font-family:Verdana;
	font-size:11;	
	text-decoration:underline;
	color:#0E547E;
	cursor:hand;
	cursor:pointer;
	padding-right:15px;
}

SPAN.LoginServiceDesc
{
	font-family:Verdana;
	font-size:10;
	color:#666666;
	cursor:hand;
	cursor:pointer;
}

IMG.LoginServiceImg
{
	cursor:hand;
	cursor:pointer;
}