/* CSS Document */

.fundo
{
	background-image: url(../img/layout/fundo.png); background-repeat:repeat-y; background-position:center;
    cursor: default;
}
.texto
{
	font-size: 8pt; font-family:Arial, Helvetica, sans-serif; 
         vertical-align:  middle;
}
.flag {
     cursor: pointer;
}
.texto_mini
{
	font-size: 7.5pt; font-family:Arial, Helvetica, sans-serif; 
}
.menu {
	padding-left: 18px;
	background: url("../img/layout/menuFundo.png") no-repeat left top;
	margin: 0px;
	font-weight: bold;
    font-size: 8pt;
    width: 202px;
    height: 29px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    vertical-align: middle;
}

.menuB {
	font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    width: 202px;
    height: 29px;
}
.titulo {
     font-weight: bold ;
     font-size: 13pt;
     font-style: italic;
     color: #5D5D5D;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: none;
       
}
.tituloSub {
     font-weight: bold ;
     font-size: 13pt;
     font-style: italic;
     color: #5D5D5D;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: none;
       
}
.conteudo {
     font-size: 8pt;
     color: #5D5D5D;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     text-decoration: none;
     text-align: justify;
       
}
.menuOption {
    background-color: #CACACA; 
    border-bottom: 1px solid #626262; 
    border-right: 1px solid #626262; 
    border-top: 1px solid #C6C6C6; 
    border-left: 1px solid #C6C6C6;
    cursor: pointer;
}