/*
              Title:          print 
      
              Author:         Global Web Limited
              Version:        11 
              Filename:       css/print.css 
              Date:           14:37 4 February 2010
              File Type:      Style Sheet
      
              Copyright:      Copyright (c) 1994-2009 Global Web Limited.
                              All rights reserved.
      
              Address:        Global Web Limited
                              Twin Spires Business Park
                              Mugiemoss Road
                              Bucksburn
                              Aberdeen
                              AB21 9BG
                              United Kingdom
      
              Telephone:      +44 1224 454000
              Fax:            +44 1224 454001
              E-mail:         support@globalweb.co.uk
      	      Web:            http://www.globalweb.co.uk/
      
      */
      

.noprint    
  {    
  display : none;    
  }    
  .pagebreak    
  {    
  // page-break-before:always    
  }    
  .printeronly    
  {    
  display : inline;
  }
.img
{
display: none;
}
body
{    
margin-left: 0;
margin-right: 0;
margin-top: 0;
background-color: #FFFFFF;
}
h1
{   
font-family: Arial, Helvetica, San-Serif;
color: #000000;
font-size: 110%;
font-weight: 400;
}
h2
{   
font-family: Arial, Helvetica, San-Serif;
color: #000000;
font-size: 100%;
}
td
{   
font-family: Arial, Helvetica, San-Serif;
color: #333333;
font-size: 90%;
line-height: 1.2;
}
.text
{   
font-family: Arial, Helvetica, San-Serif;
color: #333333;
font-size: 85%;
line-height: 1.2;
}

a:link /* for unvisited links */
{
color: #333333;
font-family: Arial, Trebuchet, Sans-serif;
font-size: 100%;
}
a:hover /* when mouse is over link */
{
color: #333333;
font-family: Arial, Trebuchet, Sans-serif;
font-size: 100%;
}
a:visited /* for visited links */
{
color: #333333;
font-family: Arial, Trebuchet, Sans-serif;
font-size: 100%;
}

.copyright
{   
font-family: Arial, Helvetica, San-Serif;
color: #333333;
font-size: 75%;
line-height: 1.2;
}
.forms
{
font-family: Arial, Helvetica, sans-serif;
font-size: 85%;
font-weight: normal;
color: #000000;
background-color: #FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #C2C2C2;
padding: 2pt;
} 
