/* formata todos os botões */
.botAzul	 { width: 130px; height: 26px; font-family: Arial, Tahoma; font-size: 8pt; color: #800000; font-weight: bold; background-color: #33CCCC }
.botAmarelo  { width: 130px; height: 26px; font-family: Arial, Tahoma; font-size: 8pt; color: #000000; font-weight: bold; background-color: #FFFFCC }
.botCinza 	 { width: 130px; height: 26px; font-family: Arial, Tahoma; font-size: 8pt; color: #000000; font-weight: bold; background-color: #CCCCCC }
.botVerde 	 { width: 130px; height: 26px; font-family: Arial, Tahoma; font-size: 8pt; color: #000000; font-weight: bold; background-color: #00CC99 }
.botInativo  { width: 130px; height: 26px; font-family: Arial, Tahoma; font-size: 8pt; color: #808080; font-weight: bold; background-color: #CCCCCC }