/* -------------------------------------------------------------- 

   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color:#000;
  background: none;
  font-size: 10pt;

}

#footer{
display:none;
}


.colouredheader,.lightpink,.lightblue,.lightgreen, #contentHeader{
border:none;
}


/* Layout
-------------------------------------------------------------- */

.container {
background: none;
width:100%;
border:none;
margin:0px;
padding:0px;
}




/* Text
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }


.menu{
display:none;
}

.login
{
display:none;
}

.subpage{
display:none;
}

#listticker
{
display:none;
}








/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
