/*base css for printed version of pages on site*/

a { color: black; text-decoration: none; font-weight: normal; }

.ptitle, .ptitle2{
	color: black; display: block;
	width: 100%;
	border-bottom: dashed 1px;
    font-size: 11pt!inportant;
    FONT-WEIGHT: bold;
}
.psubtitle{
	color: gray; display: block;
}
.contenthr{border: 1 px dashed black;}

.sign, .sign a, .sign a:visited, .sign a:hover{
	font-family: verdana !important;
	color: black !important;
	font-weight: normal !important;
	font-size: 9pt !important;
}
#printit{display: block;}
#dontprint{ display: none; }
form.input{display: none;}
#daps-table-content{width:100%; border-collapse:collapse; border:1px solid #000000; color: #000000; font-size: 100%;}
#daps-table-content td{border-collapse:collapse; border:1px solid #000000; color: #000000; font-size: 100%;}
#daps-table-content th{border-collapse:collapse; border:1px solid #000000; color: #000000; font-size: 100%;}

