.printOnly { display: block; }    

.screenOnly { display: none; }
             
* { font-size: 100%; }

body {
	padding: 0; 
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 62.5%;
}        

img {
	border: 0;
}

img#printlogo {
	display: block;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 10px 0 0 0;
	padding: 0;
}

p {
	margin: 0 0 5px 0;
	padding: 0;
}

table.headTable {
	display: none;
}

div#mainContent {
	width: 95%;
}

div.np-buttons {
	display: none;
}
	
.pagePrintButton,
a.button,
.location { display: none !important; }

/**********************
 tables
 **********************/

table th {
	text-align: center; 
	font-size: 1em;
	font-weight: bold;
	border-bottom: 2px solid #999;
}

table.table,
table.multiColumn {
	border: 1px solid #999;
	border-bottom: 0;
	margin: 0;
	width: 100%;
	table-layout: fixed;
}
	
table.multiColumn td {
	border-bottom: 1px solid #999;
}
	
table.blank {
	border: 0;
}


table.twoColumn { 
    border: 1px solid #999; 
    padding: 0; 
    text-align: left;
	width: 100%;
} 

table.twoColumn td {
	border-bottom: 1px solid #999;  
	background: #fff;
	padding: 5px;
	/*width: 70%;*/
}

table.twoColumn td.fieldName {
    background: #ccc;
    width: 160px;
	border-right: 1px solid #999; 
	font-weight: bold;
}

table.multiColumn td.fieldName {
	border-right: 1px solid #999;
	background-color:#ccc;
}
	
table.twoColumn tr.last td {
	border-bottom: 0;
}

div#mainContent div#content div#forThePrinter {
	display: block;
}	
