/* CSS Document */
.texto{
font-family:  Tahoma, Verdana, Arial;
font-size: 11px;
color: #000000;
}
.titulo_pagina{
font-weight: bold;
color: #FFFFFF;
background-color: #72A9C0;
background:url(../imagens/fundo_titulo1.jpg);
}
.titulo{
font-weight: bold;
color: #FFFFFF;
background-color: #A8CAD9;
background:url(../imagens/fundo_titulo2.jpg);
}
.titulo2{
color: orangered;
}
.titulo3{
color: #006699;
}
a{
color: #336699;
text-decoration: none;
}
a:hover{
color: orangered;
text-decoration: underline;
}
.titulo_grid{
font-family:  Tahoma, Verdana, Arial;
font-size: 11px;
height: 20px;
color: #000000;
background-color: #E6E6E6;
}
.botao{
font-family:  Tahoma, Verdana, Arial;
font-size: 11px;
}