body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}
p, ul {
	font-size: 120%;
}


table {

	border-collapse: collapse;

	border: 1px solid #666666;

	background-color: #efefef;

  }

caption {

  text-align: center;

  font: bold 18px arial, helvetica, sans-serif;

  background: transparent;

  padding:6px 4px 8px 0px;

  color: #03476F;

  text-transform: uppercase;

  }

td, th {

  border: 1px dotted #03476F;

  padding: .4em;

  color: #363636;

  }  

  

 td {

}

th {

	background-color: #D3D3D3;

	color: #000000;

	font-size: 130%;

	font-weight: normal;

}
