/* CSS Document */

a.trabalhe {
    		display: block;
    		width: 223px;
    		height: 30px;
   			background: url(../imgs/bt_trabalhe_out.gif) 0 0 no-repeat;
    		text-decoration: none;
			}
 
a:hover.trabalhe {
    		background: url(../imgs/bt_trabalhe_over.gif) 0 0 no-repeat;
			}
			
a.vagas {
    		display: block;
    		width: 223px;
    		height: 30px;
   			background: url(../imgs/bt_vagas_out.gif) 0 0 no-repeat;
    		text-decoration: none;
			}
 
a:hover.vagas {
    		background: url(../imgs/bt_vagas_over.gif) 0 0 no-repeat;
			}
			
			
a.programas {
    		display: block;
    		width: 223px;
    		height: 50px;
   			background: url(../imgs/bt_programas_out.gif) 0 0 no-repeat;
    		text-decoration: none;
			}
 
a:hover.programas {
    		background: url(../imgs/bt_programas_over.gif) 0 0 no-repeat;
			}