.basico{
	background: url("../images/fundo.gif") repeat-x;
}

.basico table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.basico input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.basico a{
	text-decoration:none;
}
.basico a:hover{
	text-decoration:underline;
}

.menu div{
	height:20px;
	width:100px;
	text-align:center;
	padding-top:2px;
	margin-left:3px;
	margin-top:7px;
	background: url("../images/botao.gif") top;
}
.menu div:hover{
	background: url("../images/botao.gif") bottom;
}
.menu a{
	font-family:verdana;
	font-size:13px;
	text-decoration:none;
	color:black;
}

.menu a:hover{
	text-decoration:none;
}