/* general styles */
body{
	padding: 0;
	margin: 0;
	color: #000;
	background: #fff;
	font: 12pt arial, helvetica, sans-serif;
}
 
h1{
	color: #000;
	background: transparent;
	font-size: 18pt;
}
 
h2{
	color: #000;
	background: transparent;
	font-size: 14pt;
}
 
h3{
	color: #000;
	background: transparent;
	font-size: 12pt;
}
 
a{
	color: #000;
	background: transparent;
	font-weight: bold;
}
 
img{
	border: 0;
}

/* positioning styles */
.topstrip{
	margin: 10mm;
	width: auto;
	color: #000;
	background: transparent;
	font-size: 10pt;
	height: auto;
}
 
.container1{
	width: auto;
	margin: 10mm;
	padding: 0;
}
 
.container2 strong{
	color: #000;
	background: transparent;
}
 
.footer{
	clear: both;
	padding-top: 9pt;
	color: #000;
	background: #fff;
	font-size: 10pt;
}
 
.clearboth{
	clear: both;
}

.leftnav, .rightnav{
	display: none;
}
