table
{
margin:0 auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-
 
Serif;
	font-size: 12px;
	/*margin: 30px;*/
	
	text-align: left;
	border-collapse: collapse;
}

@media (max-width: 600px) {

table {
	/*max-width: 93%;*/
	width: 100%;
}
}
/*UP TO LANDSCAPE PHONE
------------------------*/

table th
{
text-align: center;
	padding: 8px 2px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 2px solid #6678b1;
	/*border-right: 30px solid #F7F7F7;
	border-left: 30px solid #F7F7F7;*/
	color: #727F99;
}
table td
{
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #F7F7F7;
	border-left: 30px solid #F7F7F7;
	color: #669;
}