/* PRINT STYLE SHEET */

body, td {background: transparent; color: white;}

h1, h2, h3, h4, h5, h6 {font-family: Arial, sans-serif; background: transparent; color: black;}

p, li, a, td {font-family: "Times New Roman", Times, serif; font-size: small; background: transparent; color: black;}

a, td {text-decoration: none;}

h1 {font-weight: bold; line-height: 75%; background: transparent; color: black; text-align: left; padding: 10px 0 0 0px;}
/*large title in header*/

h2 {font-weight: bold; line-height: 125%; background: transparent; color: black; text-align: left;}
/*page header*/

h3 {font-weight: bold; line-height: 125%; background: transparent; color: black; text-align: left;}
/*section header*/

h4 {font-weight: bold; line-height: 125%; background: transparent; color: black; text-align: left;}
/*paragraph header*/

h6 {font-weight: normal; background: transparent; color: black; text-align: center;}
/*site foreman*/

.red {background: transparent; color: black;}

.navy {background: transparent; color: black;}

.date {background: transparent; color: black;}

.title {background: transparent; color: black;}/* used in programme */

.warning {background: transparent; color: black;} /* used in non-verified pdf files */

ol.decimal li {
	list-style-type: decimal;
	padding: 3pt 0pt 3pt 0pt;
}

ol.lroman li {
	list-style-type: lower-roman;
	padding: 0pt 0pt 0pt 0pt;
}

ul.none li {list-style-type: none;}

.image {display: none;}

/*.main {width: 100%; 	padding: 0px 5px 0px 15px;} main text etc */

.section {
	font-weight: bold;
	vertical-align: top;
} /* journal issue section */

.pagenumber {
	width: 7ex;
	padding-right: 2ex;
	vertical-align: top;
	text-align: right;
} /* journal issue page number */

.article {
	vertical-align: top;
} /* journal issue article url, title and authors */


#header {
	padding: 0px;
	border: 0px;
	margin: 0px 0px 15px 0px;
}

/* Horizontal navigation bar in header */
#barnav {display: none;}

#subhead {
	background: transparent;
	color: black;
	padding: 0px;
	border: 0px;
	margin-bottom: 10px;
}

/* Button navigation at top of each page */
#buttonnav {display: none;}

#text {
	width: 100%;
	padding: 0px;
	border: 0px;
	margin-bottom: 15px;
}

#emailtable {
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 500px;
}

#newsletter {
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 45px;
}

#footer {
	padding-top: 5px;
	border-top: solid 1px;
	margin-top: 10px;
}

#footer p {
	background: transparent;
	color: black;
	border: 0px;
	margin: 0px;
	font-size: 80%;
	text-align: center;
}

#footer h6 {display: none;}

#footer img {display: none;}


