/* This is the print style sheet */
body {
	background: white;
	color: black;
	margin: 0;
	padding: 50px 0 0 0;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size: 80%;
}

/* Stuff which hides on printing */
#nav, #wai, #head p a img, .screen, #head map, #shareprice map, #related, 
#searchform, #disclaimer map, #head fieldset, #head p, #content map ol {
	display: none;
}
p#logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 221px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 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, dl {
	margin: 0 0 1em 0;
}

ul {
	clear: both;
	list-style-type: square;
}

caption, td, th {
	border: solid 0.1em #eee;
	text-align: left;
}
	table p {
		margin: 0;
	}

/* All definition lists are two column */
/* self clearing rules */
dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html dl {
	height: 1%;
}

dl {
	display: inline-block;
}

/* !IE Mac \*/
dl {
	display: block;
}
/* */
dl {
	clear: both;
}
	dt, dd {
		width: 49%;
		float: left;
		margin: 0;
	}

#disclaimer {
	font-size: 90%;
	color: #333;
	clear: both;
	padding: 1em 0 0 0;
	border-top: solid 0.2em #eee;
}
	#disclaimer address {
		font-weight: bold;
		font-style: normal;
}

a img {	border: none;}
