/* CSS Document */
.texto{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 11px;
color: #000000;
}
topo{
border-bottom: 1px solid #FFFFFF;
}
.titulo_pagina{
font-weight: bold;
color: #555555;
background-color: #DDDDDD;
border-bottom: 1px solid #FFFFFF;
}
.titulo{
font-weight: bold;
color: #006699;
background-color: #EEEEEE;
border-bottom: 1px solid #FFFFFF;
}
.titulo2{
color: orangered;
}
.titulo3{
color: #D75600;
}
a{
color: #006699;
text-decoration: none;
}
a:hover{
color: orangered;
text-decoration: underline;
}
.titulo_grid{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 11px;
height: 20px;
color: #000000;
background-color: #E6E6E6;
}
.botao{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 11px;
}