/* Print style sheet */
body, #layout {
	padding: 0;
	margin: 0;
	background: white;
	color: black;
}

body, textarea, input {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

/* stuff which hides on printing */
#tabs, #nav, #related, #disclaimer h5 {
	display: none;
}

#content {
	width: 36em;
}

#content h1 {
	font-size: 16pt;
	font-weight:bold;
	margin: 0 0 0.4em 0;
}

#content h2 {
	font-size: 15pt;
	font-weight:bold;
	margin: 0 0 0.4em 0;
}

#content h3 {
	font-size: 14pt;
	font-weight:bold;
	margin: 0 0 0.4em 0;
}

/* the crumb trail */
p.crumb {
	display: none;
}
p, li {
	margin: 0 0 1em 0;
	font-size: 12pt;
}
.crumb strong a {
	color: black;
}
/* global list styling */
ul {
	margin-left: 0.9em;
	padding-left: 0.9em;
}

#content table, #content table td
	{border:1pt solid black; padding:5pt;}
	
/* this is a standard data table */
div.datatable {
	text-align: center;
}
.datatable table {
	margin: 0 auto;
	border: solid 1pt black;
}
.datatable tbody td {
	border-left: solid 1pt black;
}
.datatable td, .datatable th {
	font-size: 12pt;
	text-align: left;
	padding: 0.2em 0.3em;
}
.datatable thead th {
	border-left:1pt solid #000;
	background-color:#666;
	color: white;
}
.datatable thead td {
	font-weight: bold;
	border: 1pt solid black;
}
.datatable tbody td, #one, #two, #three {
	text-align: right;
}
td.r {
	text-align: right;
}
td.c {
	text-align: center;
}
#content div.datatable table p {
	margin: 0;
}

/* the disclaimer */
td#disclaimer {
	font-size: 11pt;
	padding: 5em 0 0 0;
}

td#disclaimer a{
	display:none;
}

td#disclaimer h5 {
	display:none;
}

td#disclaimer h6 {
	display:none;
}

a img {
	border: none;
}
#logo
{
	display: none;
}
div.briefText { 
	margin: 10pt 0pt 15pt 40pt
}
