body {
	background-color: #000000;
}

.titPagina_N14 {
	font-family: Tahoma;
	font-size: 14px;
	color: #243340;
	font-style: normal;
	font-weight: bold;
}

.titPagina_N13 {
	font-family: Tahoma;
	font-size: 13px;
	color: #243340;
	font-style: normal;
	font-weight: bold;
}

.titPaginaVerde_N13 {
	font-family: Tahoma;
	font-size: 13px;
	color: #629A5B;
	font-style: normal;
	font-weight: bold;
}

.txtBto_N12 {
	font-family: Tahoma;
	font-size: 12px;
	color: #629A5B;
	border-bottom:solid;
	font-style: normal;
	font-weight: bold;
}

.txtConteudo_Padrao_13 {
	font-family: Tahoma;
	font-size: 13px;
	color: #243340;
}

.txtConteudo_Box_10 {
	font-family: Tahoma;
	font-size: 10px;
	color: #243340;
	font-style: normal;
	font-weight: bold;
}

.txtLink_Branco_N11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}

.txtLink_Cinza_N12 {
	font-family: Tahoma;
	font-size: 11px;
	color: #243340;
	font-style: normal;
	font-weight: bold;
}

.txtVerde_N12 {
	font-family: Tahoma;
	font-size: 11px;
	color: #629A5B;
	font-style: normal;
	font-weight: bold;
}

a {
	text-decoration:none;
}

a:hover {
	color: #003300;
	text-decoration: underline;
}

.Exemplo_Fonte_Maior {font-size:150%} 
.Exemplo_Fonte_Menor {font-size:75%} 


a.dcontexto {
    position: relative;
    font: 13px Tahoma, Verdana, arial, verdana, helvetica, sans-serif;
    padding: 0;
    color: #243340;
    text-decoration: underline;
    cursor: help;
    z-index: 24;
}
a.dcontexto:hover {
    background: transparent;
    z-index: 25;
}
a.dcontexto span {
    display: none;
}
a.dcontexto:hover span {
    display: block;
    position: absolute;
    width: 230px;
    top: 0em;
    text-align: justify;
    left: 6em;
    font: 10px Tahoma, Verdana, arial, helvetica, sans-serif;
	font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #243340;
    background: #FBFFFC;
    color: #243340;
}