TABLE.Dealer {
	background-color : #3D619B;
	width : 100%;
	border : 1px #778899 solid;
	padding-left: 20px;
	color: White;
	text-align:center;
}
TD.DealerTitle {
	background-color : #3D619B;
	border : 0px #778899 solid;
	padding-right: 10px;
	font: 9pt helvetica, arial, sans-serif;
	color: White;
	text-align:center;
}
TD.DealerText {
	background-color : #4682b4;
	width : 40%;
	border : 0px #778899 solid;
	padding-right: 10px;
	font: 9pt helvetica, arial, sans-serif;
	color: White;
	text-align:right;
}
TD.DealerValue {
	background-color : #b0c4de;
	width : 60%;
	border : 1px #000000 solid;
	padding: 4px;
	font: 9pt helvetica, arial, sans-serif;
	color: Black;
	text-align:left;
}
TD.DealerValue A:link { color: #0000cd }  
TD.DealerValue A:visited { color: #ff0000 } 
TD.DealerValue A:active { color: #0000ff }  
TD.DealerValue A:hover{ color: #3145CE }