/* 
Author nativeBrand Ltd (www.nativebrand.com)
*/

body {	
	text-align: center; /*to center old IE browsers*/	
	margin: 0; 
	padding: 0;
	background: #FFF;	
	color: #000;
	font-size: 0.75em;  
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;	
}

h1 {font-size:170%;}
h2 {font-size:160%;}
h3 {font-size:150%;}
h4 {font-size:140%;}
h5 {font-size:130%;}

select, input, textarea {
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;	
}

#printOnly {
	display: none;
}