/*--Print Style Sheet--*/

* {
	/*background-color: white !important;*/
	/*background-image: none !important;*/
}

html, body, form
{
	border: 0;
	margin: 0;
	padding:0;
}

body{ 
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;  
	background:#FFFFFF;
}

p, li {	
	font-size: 9pt;	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: normal;
	color: #990000;
	text-transform: uppercase;	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: normal;
	color: #990000;
}

img{
	border : 0;
}	

#container { 
	width: 100%; 
	margin:0; 
	padding:0; 
	background:#FFFFFF;
}

#header { 
	margin:0 0 20px 0; 
	padding:0;
	border:0;
	background:#FFFFFF;
	border-bottom:1px solid #000000; 
}

#header #logo {	
	margin: 15px 0 0 0;	
	padding:0;
	border:0;
}

#header #enquiries { 
	float:right;
	margin: 0; 	
	border:0;
}

#page { 
	width: 100%; 
	margin:0; 
	padding:0; 
	background:#FFFFFF; 
}

#content { 
	width: 100%; 
	margin:0; 
	padding:0; 
	background:#FFFFFF;
}

#headerImg, #menubar, #translation, #search, #footer, #locSubNav, #hideonprint, #tools { 
	display: none;  
	background:#FFFFFF; 
}

.content1, .content1R, .tableColR, .tableCol, .tableColBR, .tableColGR {
	border-bottom: 1px #CCCCCC solid;
	padding: 4px;		
}

.hdr1Title, .hdr1TitleR, .hdr1, .tableColHdrR, .tableColHdr {
	border-bottom: 1px #CCCCCC solid;
	padding: 4px;
	font-weight:bold;		
}




