/* Airpack 2000 Installations Ltd
	 CSS for Print
	 Created by Orionesque Ltd
	 www.orionesque.com
	 +44 (0)1202 433313
	 With portions borrowed - Bluerobot, tantek, meyer with huge thanks!
*/

body {
margin:					0px;
padding:				0px;
font-family:			tahoma, verdana, arial, helvetica, sans-serif;
color:					#333;
background-color:		white;
}
h1 {
margin:					0px 0px 15px 0px;
padding:				0px;
font-size:				28px;
line-height:			28px;
font-weight:			900;
color:					#999;
}
p {
font:					11px/20px verdana, arial, helvetica, sans-serif;
margin:					0px 0px 16px 0px;
padding:				0px;
}
img {
	float: 	   	 		right;
	margin-right:			10px;
}
object {
display:				   none;
float:				right;
margin-right:			10px;
}
embed {
display:				   none;
	float:				right;
	margin-right:			10px;
}

a {
color:					red;
font-size:				11px;
text-decoration:		none;
font-weight:			bold;
font-family:			verdana, arial, helvetica, sans-serif;
}
a:link {
color: 					red;
}
a:visited {
color:	   				red;
}
a:hover {
background-color:		#eff3f6;
}

#Header {
clear: 	 				left;
margin:					0px 20px 0px 20px;
padding:				0px 0px 5px 20px;
/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
height:			 		0px; /* 14px + 17px + 2px = 33px */
border-style:			solid;
border-color:			silver;
border-width:			0px 0px 1px 0px; 
background-color:		#fff;

/* Hack Time for IE */
voice-family: 			  "\"}\"";
voice-family:			  inherit;
height:					  0px; /* the correct height */
}

body>#Header {
height:		  		   	   0px;
}

#Content {
margin:	  	 			   0;
padding:				   10px;
}

#Menu {
display:				   none;
}

/* Classes */
	
.logo {
margin: 	   			   0px 0px 0px 20px; 
padding: 				   5px 0px 0px 0px; 
float:   	   	   		   left;
}
.footer
{
margin:	 	   	   		   0px 20px 0px 20px; 
border-color: 	   		   silver; 
border-style:	  		   solid; 
border-width:	   		   1px 0px 0px 0px; 
text-align:		   		   center;
}