td, th {
	font: 0.9em Arial, Helvetica, sans-serif;*/
}
.datatable a:link, .datatable a:visited {
	color: #1c186e;
}
.datatable a:hover {
	color: #D54D1E;
}
.datatable {
	border: 1px solid #1c186e;
	border-collapse: collapse;
	width: 98%;
}
.datatable td {
	border: 1px solid #1c186e;
	padding: 4px;
	vertical-align: top;
}
.datatable th {
	/*border: 1px solid #1c186e;*/
	background-color: #f45920;
	color:#fff;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
.datatable p {
	font-size: 0.7em;
	line-height: 1.2em;
	margin-top: 6pt;
	margin-bottom:3pt;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	background-color: #e8b620;
	color:#1c186e;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid #1c186e;
}
.datatable tr:hover, .datatable tr.hilite {
	background-color: #def;
	color: #000000;
}