body, td, a, input, select {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-decoration: none;
   color: #000000;
}

a:hover {
   text-decoration: none; 
   color: #000000;
}

.MenuEsquerda {
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   font-size: 11px;
}

.MenuEsquerda:hover {
   color: #9D8E9C;
   font-weight: bold;
   text-decoration: none;
   font-size: 11px;
}

.MenuEsquerdaDisabled {
   color: #b2b5b6;
   font-weight: bold;
   text-decoration: none;
   font-size: 11px;
}

.Fundo {
   background-color: #E3E3E3;
   background-image: url(Images/bkgrd.gif); 
   background-repeat: repeat-y; 
   background-position: right top
}

.RedText {
   color: #C41A1A;
   font-weight: bold;
   text-decoration: none;
}

RedText:hover {
   text-decoration: none; 
   color: #C41A1A;
}

.button{ 
   background-color: #EFEFEF;
   font-weight: bold;
}

.WhiteText {
   color: #FFFFFF;
   text-decoration: none;
}

.Titulo {
   color: #663D63;
   text-decoration: none;
   text-align: left;
   font-weight: bold;
   font-size: 11px;
}

.PosTitulo {
   color: #9D8E9C;
   font-weight: bold;
   text-decoration: none;
   text-align: left;
   font-size: 11px;
}

.Texto {
   color: #000000;
   text-decoration: none;
   text-align: justify;
}

.Links {
   color: #9D8E9C;
   text-decoration: none;
   font-weight: bold;
   font-size: 11px;
}

.Links:hover {
   color: #663D63;
   text-decoration: none;
   font-weight: bold;
   font-size: 11px;
}

.Data {
   color: #000000;
   font-weight: bold;
   text-decoration: none;
   text-align: right;
}
 
.Copyright {
   color: #FFFFFF;
   text-decoration: none;
   text-align: right;
   font-size: 10px;
}

.Copyright:hover {
   color: #FFFFFF;
   text-decoration: none;
   text-align: right;
   font-size: 10px;
}