﻿.divCol{
	font-weight:bold;
	float:left; 
	width:150px;
	font-family:Verdana;
	font-size:12px;
	line-height:22px;
	text-align:right;
	margin-right:10px; 
	margin-top:5px;
	white-space:nowrap;
}
/*no width on the last col so it will expand*/
.divColLast{
	float:left; 
	font-family:Verdana;
	font-size:12px;
	white-space:nowrap;
}
.caption, table caption {
	background-color: #aaa;
	background-image: url('images/tilebg_tablecaption.gif');
	color: #666677;
	font-family:Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-transform:uppercase;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}
.clearer {
	clear: both;
	overflow: hidden;
	background-color:transparent;
	filter:alpha(opacity=0);
	opacity:0.0;
	height: 1px;
	margin: 1px 1px 1px 1px;
	max-height: 2px;
}

