body, td, span, div, ul, li {
    font-family: Tahoma;
    font-size: 11px;
    color: #727272;
    line-height: 1.5;
}

form {
    margin: 0px;
}

input, textarea, select {
	  background-color: transparent;
	  border: 1px solid #DCDDDE; 
	  font-family: Tahoma;
	  font-size: 11px;
	  color: #727272;
	  padding-left: 2pt;
	  padding-right: 2pt
 }


.box {
    border-left: 1px #DCDDDE solid;
    border-right: 1px #DCDDDE solid;
    border-top: 1px #DCDDDE solid;
    border-bottom: 1px #DCDDDE solid;
}

.tabela {
    border-left: 1px #DCDDDE solid;
    border-right: 1px #DCDDDE solid;
    border-top: 1px #DCDDDE solid;
    border-bottom: 1px #DCDDDE solid;
    background-image: url('images/bg.gif');
    background-repeat: no-repeat;
    background-position: top right;
}

.destaque {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.celula {
    padding: 10px;
}

.titulo {
    color: #C4141B;
    text-transform: uppercase;
}

.descricao {
    line-height: 1.2;
}

.menu {
    line-height: 1.2;
}

.vermelho {
    color: #C4141B;
}

a:link {
    color: #727272;
    text-decoration: none
}

a:visited {
    color: #727272;
    text-decoration: none
}

a:hover {
    color: #727272;
    text-decoration: underline
}