	/*  cmich generic PRINT template css */
	/* use with cmich-3col-template.htm */

#printlogo{
  display: block;
}

body {
	background: #ffffff;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
    width: 90%; 
    padding: 0;
    margin: 0 auto;
	}		
	
h1 {
    background: white; 
    color: black; 
    padding-bottom: 1px;
    border-bottom: 1px solid gray;
    font-size: 11pt;
   }

h2 {
    background: white; 
    color: black; 
    padding-bottom: 1px;
    border-bottom: 1px solid gray;
    font-size: 10pt;
   }
   
h3, li, td {
    background: white; 
    color: black; 
    padding-bottom: 1px;
    font-size: 9pt;
   }  

.banner, #screenwdmk, #contenttop, #contentleft, #contentbottom, .hide {
  display: none;
}
