CAPTION.T
{
	color:#535353;
	border-style:solid;
	border-width:0;
	border-color:#D9D9D9;
}


TABLE.T
{ 
	font-family:arial;
	border-collapse:collapse;
	font-size:10pt;     
	width: 100%;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:0px;
	 
	margin-top: 10px;
	margin-left: 8px;
	
	border-left: solid 1px #D9D9D9;
	border-right: solid 1px #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
}

TH.T
{
	font-family:verdana,trebuchet ms; font-size:10px; font-weight: bold; color:#888888;
	
	background-color:#dddddd;
	border-style:solid;

	border-top: 1px solid #D9D9D9; 
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9; 
	border-right: 1px solid #D9D9D9;

	padding: 0;
	
	padding-left: 4px;
	padding-right: 4px;
	height: 21px;

	background: url(/images/table_th_on.gif);
	background: url(/images/table_th_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

TH.T:hover
{
	background: url(/images/table_th_on.gif);
}


TR.T
{ 
}

TD.T
{  
	font-family:tahoma;
	font-size:8pt;
	color: #535353;
	
	border-style:solid;
	border-left: 1px solid #D9D9D9; 
	border-right: 1px solid #D9D9D9;
	
	border-width:1px;
	border-top: 0px;
	border-bottom: 0px;
	text-align:left;
	padding-left: 4px;
	padding-right: 4px;
	height: 20px;
}

TD.U
{  
	font-family:tahoma;
	font-size:8pt;
	color: #535353;
	background-color: #ebfaff;
	font-weight: bold;
	
	border-style:solid;
	border-left: 1px solid #D9D9D9; 
	border-right: 1px solid #D9D9D9;
	
	border-width:1px;
	border-top: 0px;
	border-bottom: 0px;
	text-align:left;
	padding-left: 4px;
	padding-right: 4px;
	height: 20px;
}
