body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.agencyName {
	font-size: 24px;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}
table.caseTable {
	border: solid 1px #000000;
}
table.caseTable .caseNoteArea textarea {
	height: 300px;
	width: 500px;
}
table.caseTable .caseInfoArea {
	width: 200px;
}
table.clientProfile td, table.caseTable td {
	padding: 0px 7px 5px 7px;
	font-size: 12px;
}
#logo, #header, .breadcrumbs, #navMenu, .printHide { display: none; }