	p {
		font-family: Arial, Verdana, Helvetica;
		font-size: 14px;
	}
	.dtTab {
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		padding: 5px;
		width: 180px;
		background: #BEBEBE;
		cursor: hand;
	}
	.dtTabSel {
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 0px;
		padding: 5px;
		width: 180px;
		background: #FFFFFF;
	}
	.dtTabOvr {
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px dashed #000000;
		padding: 5px;
		width: 180px;
		background: #FFFFFF;
		cursor: hand;
	}
	.dtTabSpace {
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid #000000;
		padding: 5px;
		cursor: hand;
	}
	.dtTable {
		padding: 5px;
		border: 1px solid #000000;
	}
	.dtRow1 td, .dtHeader {
		background: #EFEFEF;
		padding: 5px;
	}
	.dtCellSelected {
		background: #B6C9EF;
		padding: 5px;
	}
	.dtRow2 td, .dtCell{
		background: #FFFFFF;
		padding: 5px;
	}
	A.dtlink { color: #000000; font-family: Arial, Helvetica; font-size: 14px; text-decoration: none; }
	A.dtlink:hover { color: #000000; font-family: Arial, Helvetica; font-size: 14px; background-color: #B6C9EF; text-decoration: none; }
	A.dtlink:visited { color: #000000; font-family: Arial, Helvetica; font-size: 14px; text-decoration: none; text-decoration: none; }
	A.dtlink:active { color: #FFFFFF; font-family: Arial, Helvetica; font-size: 14px; background-color: #7F85F7; text-decoration: none; text-decoration: none; }
