p {
	font-size: 12px;
	line-height: 1.6;
	}


	a:link {color: #006F9C; text-decoration: underline; }
	a:active {color: #7B9A4F; text-decoration: underline; }
	a:visited {color: #006F9C; text-decoration: underline; }
	a:hover {color: #7B9A4F; text-decoration: underline; }


/******************************
sign up style
*******************************/

.signup {
  						text-align: left;
  						color: #666666;
  						font-size: 12px;
  						line-height: 1.3;
  						text-transform: uppercase;
  						height: 25px;
  						
					
}



.signupheadline {
  						text-align: left;
  						color: #000000;
  						font-size: 15px;
  						line-height: 1.3;
  						font-weight: normal;
  						padding-top: 5px;
  						padding-bottom: 10px;
  						
					
}


.signupboxbg {

  						background-image: url('/images/sign_up_repeat_mini.gif');
						width:500px;
						margin-left:50px;
  					
  						
					
}



.fineprint {
  						text-align: left;
  						color: #666666;
  						font-size: 11px;
  						line-height: 1.3;
  						padding-top: 10px;
  						padding-left: 10px;
					
}


/*******************************
signup
*********************************/
 .confirm
{
position: relative;
background: url('/images/login_btn_on.gif') no-repeat;
white-space: nowrap;
display: block;
width: 80px;
height: 20px;
margin: 0;
padding: 0;
color: #ffffff;
font-weight: bold;
}

.confirm a
{
display: block;
color: #ffffff;
font-size: 11px;
width: 80px;
height: 20px;
display: block;
float: left;
text-decoration: none;
}

confirm img
{
width: 80px;
height: 20px;
border: 0px none; 
}

* html a:hover
{
visibility:visible

}

.confirm a:hover img
{
visibility:hidden

}

.confirm span
{
position: absolute;
left: 17px;
top: 2px;
margin: 0px;
padding: 0px;
cursor: pointer;
color: #ffffff;
}


.confirm a:hover span
{
position: absolute;
color: #F6FEE9;
text-decoration: none;
font-weight: bold;
} 
