/*
              Title:          print 
      
              Author:         Global Web Limited
              Version:        11 
              Filename:       print.css 
              Date:           15:32 29 July 2008
              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, #header, #nav, #solutions, #footer, #arrow { display : none; }
#headerPrint { visibility: visible; }
body {    
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, San-Serif;
}
#headerPrint h1 {
	font-size:120%;
	color: #000000;
	font-weight: bold;
}
h1 {
	color: #000000;
	font-size: 110%;
	font-weight: 400;
}
h2 {   
	color: #000000;
	font-size: 100%;
}

a:link {
	color: #333333;
	font-size: 100%;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	font-size: 100%;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	font-size: 100%;
	text-decoration: underline;
}
.copyright {   
	color: #333333;
	font-size: 75%;
	line-height: 1.2;
}
 
