/*Estilos Botao*/
/*Botao c/ width 50px*/
.botao50 {
    border: none;
    background: url(../imagens/botao50_up.gif) no-repeat top left;
	text-align:center;
	width:50px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:10px;
}
.botao50:hover {
    border: none;
    background: url(../imagens/botao50_press.gif) no-repeat top left;
	text-align:center;
	width:50px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}

/*Botao c/ width 70px*/
.botao70 {
    border: none;
    background:url(../imagens/botao70_up.gif) no-repeat top left;
	text-align:center;
	width:70px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:10px;
}
.botao70:hover {
    border: none;
    background: url(../imagens/botao70_press.gif) no-repeat top left;
	text-align:center;
	width:70px;
	cursor:pointer;
	font-weight:bold;
	height:20px;
	text-decoration:underline;
}

/*Botao c/ width 100px*/
.botao100 {
    border: none;
    background:url(../imagens/botao100_up.gif) no-repeat top left;
	text-align:center;
	width:100px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:10px;
}
.botao100:hover {
    border: none;
    background: url(../imagens/botao100_press.gif) no-repeat top left;
	text-align:center;
	width:100px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}

a.botao100{
    background:url(../imagens/botao100_up.gif) no-repeat top left;
	text-align:center;
	width:100px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:10px;

	font-weight:normal; 
	color:#000; 
	text-decoration:none;
}

/*Botao c/ width 120px*/
.botao120 {
    border: none;
    background:url(../imagens/botao120_up.gif) no-repeat top left;
	text-align:center;
	width:120px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:10px;
}
.botao120:hover {
    border: none;
    background: url(../imagens/botao120_press.gif) no-repeat top left;
	text-align:center;
	width:120px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}

/*Botao c/ width 150px*/
.botao150 {
    border: none;
    background:url(../imagens/botao150_up.gif) no-repeat top left;
	text-align:center;
	width:150px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:10px;
}
.botao150:hover {
    border: none;
    background: url(../imagens/botao150_press.gif) no-repeat top left;
	text-align:center;
	width:150px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}
/*Fim Estilos Botao*/
