.textoBold{
font-weight: bold;
}

.textoConteudo{
 font-family: tahoma;
 font-size : 8pt;
 color : #3C3C3C;
}

.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;
}

.textoItalico{
font-style: italic;
}

A:link {
text-decoration: none;
color: #3C3C3C;
}

A:hover {
text-decoration: underline;
color: #3C3C3C;
}

A:visited {
text-decoration: none;
color: #3C3C3C;
}

.justificar{
text-align: justify;
}

