/* 
	--------------------------
	PMINZ Conference CSS Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 10pt;
}
#header, #nav, a.print-btn, #right, #footer, #slideshow, ul#slider-nav{
	display: none;
}

.copy{
	width: 100%;
}

p {
	color: #000;
}

h1{
	font-size: 18pt;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
}
h2{
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
h3{
	font-size: 12pt;
	margin:  1.5em 0 0.5em 0;
	color: #000;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	float: none;
	width: 100%;
}
td{
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	padding: 5pt;
}
th{
	border-bottom: 1px solid #ccc;
	text-align: left;
}


a:link, a:visited{
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
a img{
	border: 0;
}


/* =self-clearing floats 
-------------------------------------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html .clearfix{
	min-height: 1px;
}
/* \*/
* html .clearfix{
	height: 1%;
	display: block;
}
/* */
