@charset "utf-8";
/* CSS Document */
body{
  	font: 63%/1.4 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	/* font-family:Arial,Sans-Serif; */
	/* font-size:90%; */
	/* background:#cc9; */
	background:#fff;
}


#boundary{
	/* background:#f8f8f8; */
	background:#fff;
	padding:2em;
	width:70em; /* originally 40em */
}
h1{
 	font-family:"Trebuchet MS",Sans-serif;
	/* text-transform:uppercase; */
	/* color:#696 */
	color:#0066cc;
	font-size: 1.5em;
	font-weight: strong;
}

p {
	font-size: 1.2em;
	color:#0066cc;
} 

.record  {
	color: #0066cc;	
}

table.footcollapse{
	width:100%; /*originally 30em, then 40em finally 70em*/
	font-size: 1em;
}
table.footcollapse caption{
	font-size:110%;
	/* text-transform:uppercase; */
	text-align:left;
	font-size: 1em;
	font-weight: bold;
	padding:.5em 1em;
}
table.footcollapse th{
	text-align:left;
}
table.footcollapse,table.footcollapse th,table.footcollapse th
{
	border:none;
	border-collapse:collapse;	
}
table.footcollapse thead th
{
	width:10em;
	border-style:solid;
	border-width:1px;
	border-color:#cff #69c #69c #cff;
	background:#9cf;
	padding:2px 10px;
}
table.footcollapse tfoot th,
table.footcollapse tfoot td
{
	border-style:solid;
	border-width:1px;
	border-color:#9cf #369 #369 #9cf;
	background:#69c;
	padding:2px 10px;
}
table.footcollapse tbody{
	background:#ddd; /* #ddd */
}
table.footcollapse tbody td{
	padding:5px 10px;
	border:1px solid #999;
}
table.footcollapse tbody th{
	padding:2px 10px;
	border:1px solid #999;
	border-left:none;
}
table.footcollapse tbody tr.odd{
	background:#ccc;
}

table.footcollapse tfoot td img{
	border:none;
	vertical-align:bottom;
	padding-left:10px;
	float:right;
}

