

  table.dataTable, .newsGraphic p.credit, table.smallTable {
  	width: 100%;
  }
  table.dataTable {
	border-left: 1px solid #CCC;
	border-top: 2px solid #0D3159;
  }
  table.dataTable th { font-size: 12px; font-family: arial, helvetica, sans-serif; font-style: normal; font-variant: normal; line-height: normal; vertical-align: bottom; text-align: left; padding: 5px; background-color: #ccc; border-bottom: 1px solid #666; }
  table.smallTable th { font-size: 12px; font-family: arial, helvetica, sans-serif; font-style: normal; font-variant: normal; line-height: normal; vertical-align: bottom; text-align: left; border-bottom: 1px solid #666; }
  table.dataTable td {
	vertical-align: top;
	padding: 5px;
	border-right: 1px solid #CCC;
  	border-bottom: 1px solid #666;
	font: 12px Arial, Helvetica, sans-serif;
  }
  table.smallTable td {
  	vertical-align: top;
  	padding: 3px;
  	border-bottom: 1px solid #CCC;
	font: 12px Arial, Helvetica, sans-serif;
  }
  .newsGraphic p {
	font: 12px Arial, Helvetica, sans-serif;
  }
  .newsGraphic li {
  	padding-bottom: 6px;
	font: 12px Arial, Helvetica, sans-serif;
  }
.newsGraphic p.credit, p.creditGraphic {
	margin: 2px 0 0 0;
	border-top: 1px solid #CCC;
	text-align: right; 
	padding-top: 2px;
	color: #666;
	font: 10px Arial, Helvetica, sans-serif;
  }
.newsGraphic .shoulderbox {
  	border: 2px solid #000; 
  	padding: 0 10px;
  }
