/* Corpo to Texto */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #EAE6E6;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

/* Textos */
.texto-01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* Configuração do box */	
#mn4Ct { 
	visibility:hidden; 
	left:247px; 
	top:94px; 
	overflow:hidden; 
}
#mn4Ct, #mn4Ctt { 
	position:absolute; 
	width:193px; 
	height:141px; 
	clip:rect(0 193 141 0); 
}

#mn5Ct { 
	visibility:hidden; 
	left:439px; 
	top:94px; 
	overflow:hidden; 
}
#mn5Ct, #mn5Ctt { 
	position:absolute; 
	width:143px; 
	height:57px; 
	clip:rect(0 143 57 0); 
}

/*Menu*/
#rm	{
	background-image: url(images/menu_bk_01.gif);
	padding:4px 0 4px 7px;
	display: block;
	font-family:verdana;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#rm:hover {
	background-image: url(images/menu_bk_02.gif);
	font-family:verdana;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

/* link geral */
a:link {
        color: #000000;
        text-decoration: none;
}
a:visited {
        color: #000000;
        text-decoration: none;
}
a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}
a:active {
        color: #000000;
        text-decoration: none;
}

