/* Website design and implementation by futwick.co.uk */

/* stylesheet for printers */
.none {display: none;}
.screen {display: none;}
.access {display: none;}
.clearBoth {clear: both;}

/* S T R U C T U R E */
body {
	font-family: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	}
#network, #navigation {display: none;}
#footer {
	margin: 24px 0 0 0;
	border-top: 1px solid #000;
	padding: 4px 0 0 0;
	list-style-type: none;
	}
#footer li {
	font-style: italic;
	}

/* T Y P O G R A P H Y */
/* links */
a {
	color: #000;
	text-decoration: none;
	}
/* headings */
h1 {
	margin: 0;
	border-bottom: 1px solid #000;
	padding: 0;
	font-size: 150%;
	letter-spacing: 2px;
	font-weight: normal;
	}
/* #header h1 {
	margin-bottom: 36px;
	border: 0;
	font-size: 200%;
	} */
h2 {
	margin: 24px 0 0 0;
	padding: 0;
	font-size: 125%;
	letter-spacing: 2px;
	font-weight: bold;
	}
h1 a {
	color: #000;
	text-decoration: none;
	}
/* paragraphs */
#content p {
	margin: 12px 0;
	line-height: 150%;
	}
/* images */
#content img {
	float: right;
	margin: 0 0 0 16px;
	border: 1px solid #000;
	}
#content img.left {
	float: left;
	margin: 0 16px 0 0;
	}
#content ul img {
	float: none;
	margin: 0;
	}
/* tables */
#content table {
	margin-bottom: 8px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-collapse: collapse;
	}
#content th, #content td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 2px;
	/* text-align: center; */
	}
#content td.rowLabel {
	text-align: left;
	}
table td.num {
	text-align:right;
	}
/* lists */
#inline {
	padding: 0;
	text-align: center;
	list-style-type: none;
	}
#inline li {
	float: left;
	margin: 0 8px 16px 8px;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dd {
	margin: 0 0 16px 0;
	text-align: justify;
	line-height: 150%;	
	}	
/* abbreviations */
abbr {
	border: 0;
	}
/* blockquote */
#content blockquote {
	float: right;
	margin: 8px 0 8px 16px;
	width: 30%;
	}
#content blockquote p {
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	padding: 8px 0;
	font-size: 150%;
	font-style: italic;
	text-align: left;
	line-height: 125%;
	}
