.tab table  { 
	background : #e1e3e7; 
	border-collapse : collapse; 
	color : #fff; 
	font : normal normal 12px verdana, arial, helvetica, sans-serif; 
	margin : 0 auto; 
	border-bottom : 3px solid #dcc48f; 
	} 

.tab caption  { 
	border : #5C443A solid 1px; 
	color : #8d6932; 
	letter-spacing : 2px; 
	padding : 6px 4px 8px 4px; 
	text-align : center; 
	text-transform : uppercase; 
	font : bold 13px verdana, arial, helvetica, sans-serif; 
	margin : 0 0 4px; 
	} 
	
.tab td, th  { 
	color : #363636; 
	padding : 0.4em; 
	} 

.tab tr  { 
	border : gray dotted 1px; 
	} 
	
.tab thead th, tfoot td  { 
	background : #f8ceb2; 
	color : #666; 
	font-weight : bold; 
	font-size : 60%; 
	vertical-align : middle; 
	padding : 3px 10px 3px 10px; 
	text-align : center; 
	text-transform : uppercase; 
	border : #ccb9bc solid 1px; 
	border-width : 0 1px 1px 1px; 
	border-top : 1px solid #ccb9bc; 
	letter-spacing : 2px; 
	} 
	
.tab tbody td a  { 
	color : #363636; 
	text-decoration : none; 
	} 
	
.tab tbody td a:visited  { 
	color : gray; 
	text-decoration : line-through; 
	} 
	
.tab tbody td a:hover  { 
text-decoration : underline; 
} 
.tab tbody th a  { 
color : #363636; 
font-weight : normal; 
text-decoration : none; 
} 
.tab tbody td  { 
	text-align : left; 
	vertical-align : middle; 
	font-size : 90%; 
	text-align : center; 
	font-weight : normal; 
	} 

.tab tfoot td  { 
	font-size : 70%; 
	text-transform : none; 
	font-weight : normal; 
	color : #333; 
	} 
	
.tab .odd1  { 
	background : #ebe5d9; 
	}
	 
.tab th  { 
	padding : 0.5em 1em; 
	border : blue solid 1px; 
	border-width : 0 1px 1px 1px; 
	} 
	
table td.lft {
	text-align:left;
	padding-left:15px;
	}
	    
.tab tbody tr:hover  { 
	background : #f6eec4; 
	color : #660000; 
	font-style : italic; 
	} 
	
.tab tbody tr:hover th, tbody tr.odd:hover td  { 
	background : #f6eec4; 
	color : #660000; 
	font-style : italic; 
	} 
	
.tab td  { 
	border : #959453 dotted 1px; 
	padding : 0.4em; 
	color : #363636; 
	} 
	
.tab thead th  { 
	border : gray solid 1px; 
	} 
