table.standard
{
  width:100%;
  margin: 1em 0;  
  border-collapse: collapse;
  font-size:0.75em;
  color: #606060;
}

table.standard th, table.standard td
{
  padding: 3px 5px;  
}

table.standard th
{  
  text-align: left;
}

table.standard th {
	background:#eee;
	border: 1px solid #ccc;
	padding:10px;
}

table.standard td {
	background:#f2f2f2;
	border:1px solid #d7d7d7;
	padding:10px;
}


