BODY {
 margin-top : 2px;
 font-family: Tahoma;
 font-size  : 11px;
}

.fundoEsquerda {
 background-image : url('../images/fundo_esq.gif');
 background-repeat: repeat-y;
}

.fundoDireita {
 background-image : url('../images/fundo_dir.gif');
 background-repeat: repeat-y;
}

.tituloPagina {
 font-family: Tahoma;
 font-size  : 18px;
 color      : #FC3404;
 font-weight: bold;
}

.textoConteudo {
 font-family : Tahoma;
 font-size   : 11px;
 color       : #737373;
 line-height : 1.5;
 text-align  : justify;
}

P {
 font-family : Tahoma;
 font-size   : 11px;
 color       : #737373;
 line-height : 1.5;
 text-align  : justify;
 margin      : 0px 0px 0px 0px;
}

.formField {
 border-style: solid;
 border-width: 1px;
 border-color: #737373;
 font-family : Tahoma;
 font-size   : 11px;
 width       : 272px;
}

.linkContato:link {
 text-decoration: none;
 color          : #FF3300;
}

.linkContato:visited {
 text-decoration: none;
 color          : #FF3300;
}

.linkContato:hover {
 text-decoration: underline;
 color          : #FF3300;
}

.linkConteudo:link {
 text-decoration: none;
 color          : #737373;
}

.linkConteudo:visited {
 text-decoration: none;
 color          : #737373;
}

.linkConteudo:hover {
 text-decoration: underline;
 color          : #737373;
}

.noLink:link {
 cursor: normal;
}

.textoNomeEquipe {
 font-family: Tahoma;
 font-size  : 14px;
 color      : #FC3404;
 font-weight: bold;
}

.destaque {
 font-weight: bold;
}

.textoCliente {
 font-family : Tahoma;
 font-size   : 10px;
 color       : #737373;
 text-align  : justify;
}

.linkCliente:link {
 text-decoration: none;
 color          : FF3300;
}

.linkCliente:visited {
 text-decoration: none;
 color          : FF3300;
}

.linkCliente:hover {
 text-decoration: underline;
 color          : FF3300;
}

.textoLegenda {
 font-family : Tahoma;
 font-size   : 10px;
 color       : #737373;
 text-align  : justify;
}

.scroll{
 scrollbar-face-color:#FFFFFF;
 scrollbar-track-color:#FFFFFF; 
 scrollbar-arrow-color:#0F62B0; 
 scrollbar-shadow-color:#FFFFFF; 
 scrollbar-dark-shadow-color:#FFFFFF; 
 scrollbar-3dlight-color:#558DC6; 
 scrollbar-highlight-color:#FFFFFF;
}

