/* 
    Document   : print
    Created on : 22-Nov-2012, 09:59:13
    Author     : glen
    Description:
        This stylesheet strips off branding and navigation stuff.
*/

body {
  color : #000000;
  background : #ffffff;
  font-family : 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size : 12pt;
  margin:0;
  padding:0;
  line-height: 1.4em;
  word-spacing:1px;
  letter-spacing:0.2px;
}
a {
  text-decoration : underline;
  color : #0000ff;
}
#hd, #footerdiv, #contentLeft, #contentRight, #yui-history-iframe {
  display : none;
}

