html {
	font: small/1.4 "Lucinda Grande", Tahoma, sans-serif;
	}
	body {
		font-size: 92%;
	}
	#tabs {
		margin: 0;
		padding: 0;
		background: #A9A9A9;
		list-style-type: none;
		float: left;
	}	
	#tabs li {
		margin: 0;
		padding: 0;
		float: left;
	}
	#tabs a {
		float: left;
		text-align: center;
		padding: 5px;
		color: #1a1303;
		text-decoration: none;
		line-height: 1.5; border-right: 1px solid #000000;
	}
	#tabs #tab_art a {
		border: none;
	}
	#tabs a:hover {
		background: #C0C0C0;
		color: #1a1303
	}
	#body_hom #tab_hom a, #body_bas #tab_bas a, 
	#body_too #tab_too a, #body_agr #tab_agr a, 
	#body_com #tab_com a, #body_con #tab_con a, 
	#body_add #tab_add a, #body_art #tab_art a  {
		background: #696969;
		color: #fff;
		font-weight: bold;
	}
	