/* Define styles that are to be used for printing here */

html { 
     width:100% 
} 
body { 
    background-color: #fff; 
    color: #000; 
    font-size: 12pt; 
} 
#navcontainer2 {
	display: none;
}
a { 
    color: #000; 
} 
img { 
    border: 0; 
} 
.noprint{ 
    display: none; 
} 
h1, h2, h3, h4 { 
    page-break-before: auto; 
} 
p { 
    page-break-inside: avoid; 
} 
