.textbox
{
    font-family: tahoma;
    color: black;
    font-size: 10pt;
    border: 1px solid black;
    padding-left: 2px;
    padding-right: 2px;
}

.botao
{
    font-family: tahoma;
    color: black;
    font-size: 10pt;    
    vertical-align: middle;
}

.cabecalho
{
    font-weight: bold;
    font-family: tahoma;
    color: black;
    font-size: 10pt;    
}

.linha_focada
{
    background-color:#ffffff;
    color:black;
}

.linha_normal            
{
    background-color:#FFF1E5;
    color:black;
}

.linha_normal2
{
    background-color:#eeeeee;
    color:black;
}

.paginacao
{
    font-family: tahoma;
    font-size: 8pt;
    font-weight: bold;
}
.link
{
    font-family: tahoma;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;    
    color: #996633;
}

.link:hover
{
    font-family: tahoma;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;    
    color: black;
}
body{
	background-image: url("http://clientes.inovita.com.br/burza/imagens/fundo.jpg");
        background-repeat: repeat;
        background-position: top left;
	background-attachment: inherit;
}
