/* Print stylesheet - removes sidebars, headers and footers and makes black and white */

#nav, #footer, #header ul, .skiplinks, #related ul, .anchors, .page-top, .related-links{
	display:none;
}
#content, #content-wide, #content-full{
	width:auto;
}
#related {
	float:right;
}
#header img {
	border:0;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:black;
	background-color:white;
}
h1{
	font-size:14pt;
	font-weight:bold;
	font-family:"Lucida Sans", Verdana, Arial, sans-serif;
}
h2 {
	font-size:12pt;
	font-weight:bold;
	font-family:"Lucida Sans", Verdana, Arial, sans-serif;
}
h3 {
	font-size:11pt;
	font-weight:bold;
	font-family:"Lucida Sans", Verdana, Arial, sans-serif;
}
h4 {
	font-size:9pt;
	font-weight:bold;
}
h5 {
	font-size:9pt;
	font-weight:bold;
}
p, li, td {
	font-size:9pt;
}
.updated{
	font-size:8pt;
	text-align:right;
}
.no-bullet {
	list-style-type:none;
}
.dontprint{   /*opposite is .printonly  */
	display:none;
}
td {
	border:1px solid #999999;
}
th {
	text-align:left;
	font-weight:bold;
	border:1px solid #999;
}
.box {     /* used in consultations but potentially elsewhere */
	border:1px solid #00456a;
	padding:0px 12px 0px 15px;
}