/* It's the print style sheet! */
body {
	background: white;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* Stuff which hides on printing */
#search fieldset, div#mainnav, map, #subnav, #crumb, #action, .screen, h2, #realise, #search p a {
	display: none;
}

#content h2 {
	display: block;
}

/* This is used as a two column table */
dl, dt, dd {
	margin: 0;
	list-style-type: none;
}
	dt, dd {
		float: left;
		width: 49%;
	}

h1 {font-size: 150%;}
h2 {font-size: 140%;}
h3 {font-size: 130%;}
h4 {font-size: 120%;}
h5 {font-size: 110%;}
h6 {font-size: 100%;}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.2em 0;
}

h1, h2, h3, h4, h5, h6, p, dl, ul, ol, address {
	clear: both;
}

p {
	margin: 0 0 1em 0;
}

address {
	font-size: 80%;
	border-top: dotted 0.1em #ccc;
	border-bottom: dotted 0.1em #ccc;
	padding: 1em 0;
	color: #666;
	text-align: center;
	font-style: normal;
}

a {color: #666;}
a img {border: none;}