/* CSS Document */

.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003991;
}

.titNoticia{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003991;
}
a.numPagina:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;	
	color: #FFFFFF;
}
a.numPagina:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;	
	color: #FFFFFF;
}
a.numPagina:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;		
	color: #FFFFFF;
}
.txtNoticia{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #000000;
}

.cmb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
    BORDER-RIGHT-COLOR: #7f9db9;
	BORDER-LEFT-COLOR: #7f9db9;
    BORDER-BOTTOM-COLOR: #7f9db9;
    BORDER-TOP-COLOR: #7f9db9;
    BORDER-TOP-STYLE: solid;
    BORDER-RIGHT-STYLE: solid;
    BORDER-LEFT-STYLE: solid;
    BORDER-BOTTOM-STYLE: solid;
    WIDTH: 205px;
    HEIGHT: 18px;
    BACKGROUND-COLOR: #ffffff;
}
.cmbEdicao{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
    BORDER-RIGHT-COLOR: #7f9db9;
	BORDER-LEFT-COLOR: #7f9db9;
    BORDER-BOTTOM-COLOR: #7f9db9;
    BORDER-TOP-COLOR: #7f9db9;
    BORDER-TOP-STYLE: solid;
    BORDER-RIGHT-STYLE: solid;
    BORDER-LEFT-STYLE: solid;
    BORDER-BOTTOM-STYLE: solid;
    WIDTH: 145px;
    HEIGHT: 18px;
    BACKGROUND-COLOR: #ffffff;
}