/* 
	--------------------------
	IDF Mastitis 2010 Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 10pt;
}
#sidebar, #nav, .date-tabs, #btn-print, #title, #footer, #logo, #timer, #top-image, #left-col, #contact-link, a#siteby, #header, #header-logos{
	display: none;
}

.copy{
	width: 600px;
}

h1{
	font-size: 20pt;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #34A9CF;
}
h2{
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #34A9CF;
}
h3{
	font-size: 12pt;
	margin:  1.5em 0 0.5em 0;
	color: #666666;
}
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: #92af2a;
	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;
}
/* */
