/* P R I N T */
/* stylesheet for printers */
.none, .screen, .access {display: none !important;}
.clearBoth {clear: both;}

body {
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
#header {
	padding-bottom: 4px;
	border-bottom: 1px solid black;
	}
#sidebar {
	display: none;
	}
#footer {
	border-top: 1px solid black;
	}
	
#header h1, #header blockquote, #header blockquote p {
	display: inline;
	}
	
a {
	color: #000;
	text-decoration: none;
	}

/* images */
#content img {
	float: left;
	margin: 4px 8px 4px 0;
	border: 1px solid;
	}
#content img.right {
	float: right;
	margin: 4px 0 4px 8px;
	}
	
/* tables */
table {
	width: 100%;
	margin: 8px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-collapse: collapse;
	}
table caption {
	margin: 16px;
	}
th, td {
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 2px;
	text-align: center;
	font-size: 90%;
	}
td em {
	font-style: normal;
	font-size: 80%;
	}
	
dl dt {
	font-weight: bold;
	}
dl dd {
	margin-bottom: 8px;
	}
