select { 
  background: #fff; 
  font: normal 10px tahoma, arial;
  color: #666666; 
  font-weight: normal; 
  border-style: 0

  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;



  } 



a {
	font: normal 11px tahoma, arial;
	color: #db464c;
	}


a:link {
	text-decoration: none;
	color: #db464c;
	}

a:visited {
	text-decoration: none;
	color: #db464c;
	}

a:hover {
	text-decoration: none;
	color: #999999;
	}

a:active {
	text-decoration: none;
	color: #333333;
	}


p {
	color: #666666;
	font: normal 11px tahoma, arial;
	text-align: justify;
}


body {
	background-color: #ffffff;
	margin-top: 140px;
	margin-left: 0px;

}



.info {
	color: #666666;
	font: normal 11px tahoma, arial;
	text-align: justify;
}

.info2 {
	color: #333333;
	font: bold 11px tahoma, arial;
	text-align: justify;
}