@import url(css.css);

body{
	color:black;
}

#banner {
	display:none;
}
#sidebar{
	display:none;
}
#content{
	margin: 0 0 0 0;
	border: 0 none;
}
.hidden {
	display: none;
}
.picture{
	float:right;
	border:0px none;
	margin: 0 0 1.25em 0;
}
#content table{
	margin:0 0 1.25em 0;
	padding:0;
	width:100%;
	border-collapse:collapse;
	font-size:1em;
}
/* ie on win */
*html #content table{
	width:99.6%;
}
#content table thead th{
	font-weight:bold;
	text-align:left;
	line-height:1.3em;
}
#content table tbody td{
	border-bottom: 1px dotted #c0c0c0;
	line-height:1.3em;
}
#content table tbody td.label{
	color: #666666;
}
#content table tbody tr.last td{
	border-bottom: 2px solid #c0c0c0;
}
#content table tbody tr.first td{
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
}
#content table tfoot td{
	font-size:0.75em;
}
