/*Tabs class*/
.tab { 
	font: 14px 'Arial', Helvetica, 'sans-serif';
	line-height:18px;
	color: white;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	vertical-align:top;
	/*border:solid 1px gray;*/
	border-right:0px #70521d solid;
	border-top: 2px #70521d solid;
	border-bottom:2px #70521d solid;
	margin-top : 0px;
	padding: 0px;
	cursor: pointer;
	font-weight:bold;
    float:right ;
	line-height:20px;
	display:table;
	}
.tabhold {
	/*background-image:url('./images/tabbyselected.gif');*/
	BACKGROUND: url(/cchange/2010/images/tab_bg.jpg) #fcfaf1 fixed repeat-x 50% top;
	color:black;
	width: 100%;	
	}
.tabfocus { 
	/*background-color: black;*/
	background-color:#70521d;
	color: #000;
	width: 100%;
	font-size:16px;
	color:white;
	
	}
.tabcontent { 
	width: 100%;
	height:auto;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	}
.tablink {
color:#ED5604; 
Text-decoration:none;
}
.tablink:hover {
color:#ED5604; 
Text-decoration:none;
}

