.tabs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.tabs a:link {
	text-decoration: none;
	color: #999999; 
}
.tabs a:visited {
	text-decoration: none;
	color: #999999;
}
.tabs a:hover {
	color: #EEC008;
	text-decoration: underline;
}

.tabs_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #EEC008;
	text-decoration: none;
}

.tabs_selected a:visited {
	text-decoration: none;
	color: #EEC008;
}
.tabs_selected a:link {
	text-decoration: none;
	color: #EEC008;
}

