table .strong{
	font-weight:bold;
}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:2.5em;
	margin-top:.6em;
	padding-bottom:.5em;
	color:#703100;
	}
table {
	margin: .3em .25em 1em .25em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:1em;
	width:100%;
	}
table th	{
	padding: .3em .25em .3em .25em;
	border-bottom:2px solid #069;
	text-align:center;
	color:#703100;
	}
table td	{
	padding: .3em 0em .3em 0em;
	border-bottom:1px solid #069;
	text-align:center;
	color:#703100;
	}
table tr td p{
		padding-right:.5em;
	}
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
.clearfix {display: block;}
/* end backslash hack */ 
* html table td	{
	padding: .3em 0em .3em 0em;}