/* styles for printoot only */

/* set colours, clear backgrounds */
* {color: black !important;  background: white !important;}

/* headers */
h2 {
  margin-left: 0;
  padding-left: 0;
  font-variant:  small-caps;
}

h3 {
  margin-left: 0;
  padding-left: 0;
}

/* make links look like plain text */
:link,:visited {text-decoration: none;}

/*line separations */
#content p {line-height: 115%;}

/* font details */
body {
  font-size: 12pt;
  font-family: "Times New Roman", Times, serif;
}

p#strapline{
  font-size: 125%;
  background-color: transparent;
  display: none;
}

/* hide navigation completely */
#nav, #local_nav {display: none;}

/* set up appropriate margins */
body {margin: 0 0.05in;}

#header {margin: 0;}

#content{margin: 1em 0 1em 0;}

#col1_marg {padding: 0 1em 0 0;}

#col2_marg {padding: 0 0 0 1em;}

/* other details */

#header_marg {margin: 0;}
#home #header_marg {margin: 0;}

#header_marg h1{
  font-size: 200%;
  font-weight: bold;
}

td.th_in  {
  font-size: 100%;
  text-align: center;
  font-weight: bold;
}
