/* print css stylesheet */
/* removes navigation and other inessential widgets from the webpage before printing */
/* Derren Wilson 2008 */

/* ----------------------------------------------------------------- */

/* Please don't edit the styles below - this stylesheet may need to be updated at any time by the central team */

/* remove the areas we don't need for printing */

#fortextonlydisplay {display:none;}

#breadcrumbs {display:none;}

#nav {display:none;}

#header {display:none;}

#footer {display:none;}

/* set some fonts and sizes specifically for print */

body {font-family: georgia, minion, gentium, palatino, serif;}
table {font-family: georgia, minion, gentium, palatino, serif;}
td {border-bottom:1px solid #000;}
h1,h2,h3,h4 {font-family: 'Serifa BEFOP Medium', Serifa, 'Helvetica Neue', helvetica, arial, sans-serif; margin:0; padding: 7pt 0 3pt 0;}
p { font-size:11pt; padding: 0 0 3pt 0; margin:0; line-height: 14pt;}