@CHARSET "UTF-8";

#bd {
	height:1000px;
	border-bottom:1px solid #a6a6a6;
	}

#left {
	float:left;
	padding:0 35px;
	width:750px;
	height:auto;
	}

h1 {
	width:800px;
	margin-top:50px;
	font-size:20px;
	font-family:Verdana,Arial;
	font-weight:100;
	color:#00b5ff;
	border-bottom:1px solid #ebebeb;
	}

h2 {
	margin:0;
	font-size:15px;
	font-family:Verdana,Arial;
	font-weight:bold;
	color:#00b5ff;
	}

p {
	font-size:12px;
	font-family:Verdana,Arial;
	font-weight:100;
	line-height:2;
	color:#666666;
	}

span {
	font-size:12px;
	font-family:Verdana,Arial;
	font-weight:bold;
	color:#00b5ff;
	}

table {
	  border: 1px;
	  font-family:Verdana,Arial;
	  font-size:12px;
	  color:#424242;
	  line-height:2;
}
th {
	
	background-color:#00b5ff;
}
td {
    border-bottom:1 solid #000000;
} 
