/* PRINT STYLE SHEET */

@page {
  size: A4;
}

body, td {
font-family:Lora, serif;
background:transparent;
color:black;}

h1 {
font-size:12pt;
font-weight: bold;
background:transparent;
color:black}

h2, h3, h4 {
font-size:10pt;
font-weight: bold;
background:transparent;
color:black}

h5, h6 {
font-size:9pt;
font-weight:bold;
background:transparent;
color:black}

p, li, a, td {
font-size:9pt;
font-weight:normal;
background:transparent;
color:black}

a {
text-decoration: none;}

.red {
background: transparent;
color: black;}

.emblue {
background: transparent;
color: black;
font-weight:700;}

.date {
background: transparent;
color: black;}/* used in programme */

.title {
background: transparent;
color: black;
font-style: italic;}/* used in programme */

.warning {
background: transparent;
color: black;} /* used in non-verified pdf files */

ol.cdecimal li {
list-style-type: decimal;
padding: 3pt 0pt 3pt 0pt;}

ol.clroman li {
list-style-type:lower-roman;
padding:0;}

ul.cnone li {
list-style-type: none;}

ol.cnlroman li {
	list-style-type:lower-roman;
	list-style-position:outside;
	}

ol.cnuroman li {
	list-style-type:upper-roman;
	list-style-position:outside;
	}

.image {
display: none;}


/* journal issue section */
.section {
font-weight: bold;
vertical-align: top;}

/* journal issue page number */
.pagenumber {
width:3em;
padding-right:1em;
vertical-align: top;
text-align: right;}

/* journal issue article url, title and authors */
.article {
vertical-align: top;}

blockquote {
   padding-left: 5px;
   border-left: 2px solid #ccc;
	}

#navbar {
display: none;}

#buttonnav {
display: none;}

#notices {
display:none;}

#textbox img{
display:none;}

#pnametd {
	width: 18em;
}


#emailtable {
padding:0;
border:0;
margin:0;
width:20em;}

#site {
display:none;}

#footer p {
padding-top:2em;
border:0;
margin:0;
font-size:8pt;
text-align:left;}


