<style> 
 
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
 
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-image:url(img/botton_.png);
	background-repeat:repeat-x;
	border-right: 0px solid #FFF;
	border-top: 0px solid #FFF;
	border-bottom: 1px solid #fff;
	padding: 5px;
	cursor: hand;
	text-align:center;
}
 
.menu-sel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(img/botton_select.png);
	background-repeat:repeat-x;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
	
	background-color: #fff;
	border-right: 0px solid #FFF;
	border-top: 0px solid #FFF;
	padding: 5px;
	cursor: hand;
	text-align:center;
}
 
.tb-conteudo {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #FFF;
}
 
.conteudo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	background-color:#EEEEEE;
	padding: 1px;
	width: 370px;
	height: 330px;
	border-bottom:  1px solid #999;
}
 
</style> 

