#secondarynav,
#header #login,
#header ul,
input,
select {
	display: none;
}

h4 {
    border-bottom: 1pt solid #ccc;
}

a {
	text-decoration: none !important;
	color: black;
	font-weight: normal;
}
.onlyprint{display:inline;}
/*TABLE Styles*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    page-break-inside: avoid;
	width: 100% !important;
	margin-bottom: 2em !important;
}

th, td {
    color: black;
    border-bottom: 1pt solid #ccc;
    font-size: 8pt;
    padding: 2pt 3pt !important;
}

td {
    vertical-align: middle;
}

th {
    margin: 0px;
    border-bottom: 2pt solid #ccc;
}

th span { display:none;}

th.right,
td.right {
	text-align: right;
}
/*end table styles*/
