/* This is the print style sheet */
body {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
}

/* Stuff which hides on print */
#wai, .screen, #head p a, #head map, #nav, #related, #content map ol, #main div div fieldset {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.2em 0;
	clear: both;
}
h1 {
	font-size: 160%;
	border-bottom: solid 0.1em #eee;
}
h2 {font-size: 150%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 100%;}

p {
	margin: 0 0 1em 0;
}

caption, td, th {
	border: solid 0.1em #eee;
	text-align: left;
}
	table p {
		margin: 0;
	}

 /* self clearing rules */
dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl {
	display: inline-block;
}
* html dl {
	height: 1%;
}
/* !IE-mac \*/
dl {
	display: block;
}
/* All definition lists are two column */
dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl {
	margin: 0 0 1em 0;
}
	dt, dd {
		width: 49%;
		float: left;
	}
	dt {
		clear: left;
	}

#disclaimer {
	font-size: 90%;
	color: #333;
	clear: both;
	padding: 1em 0 0 0;
	border-top: solid 0.2em #eee;
}

a img {	border: none;}