.subtitle {
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#898989;
	font-size: 16px;
	padding-top:20px;
}
.pretty-table {
	padding: 0.3em;
	margin: 0.3em;
	border-collapse: collapse;
	border: 1px solid #333;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #bcd0e4 url("../images/widget-table-bg.jpg") top left repeat-x;
}
.pretty-table th, .pretty-table td {
	padding: 0.5em;
	border: 1px dotted #666;
	text-align: left;
	color: #632a39;
}
.pretty-table th[scope=col] {
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	color: #000;
	background-color: #8fadcc;
	text-transform: uppercase;
}
.pretty-table th+th[scope=col] {
	border-right: 1px dotted #666;
	color: #fff;
	background-color: #7d98b3;
}
.pretty-table th[scope=row] {
	border-right: 2px solid #333;
	background-color: #b8cfe5;
}
.pretty-table tr.alt th, .pretty-table tr.alt td {
	color: #2a4763;
}
.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td {
	background-color: #632a2a;
	color: #fff;
}
.pretty-table caption {
	caption-side: bottom;
	font-size: 0.9em;
	font-style: Bold;
	text-align: right;
	padding: 0.5em 0;
}
#parForm  input.submitbtn { background: url("/images/publicsite/nav/submit.gif") no-repeat top left; }
#parForm input.submitbtn { margin: 0px 0 0 0; padding: 0; width: 134px; height: 65px; border: none; cursor: pointer; }
