#tabtitles {
	font-size: 13px;
	color: #dd1b00;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
#tab_list {
	padding: 0; 
	margin: 0;
}
	#tab_list LI {
		text-indent: 8px;
		list-style-type: none;
		line-height: 12px;
		background-image:url(../images/tablist_bg.gif);
		background-repeat: no-repeat;
		display: block;
		height: 12px;		
	}
	#tab_list LI A {
		text-indent: 8px;
		font-size: 11px;	
		text-decoration: none;
		color: #000000;
		padding: 0;
		background-image:url(../images/tablist_bg.gif);
		background-repeat: no-repeat;
		display: block;
		height: 12px;
	}
	#tab_list A:visited, #tab_list a:hover {
		text-indent: 8px;
		font-size: 11px;
		color: #dd1b00;
		padding: 0;
		background-image:url(../images/tablist_bg.gif);		
		background-repeat: no-repeat;		
		display: block;
		height: 12px;
		}	