body {
	MARGIN: 0px; 
	SCROLLBAR-FACE-COLOR: #D3CA91; /*fundo-acima da barra de rolagem*/
	SCROLLBAR-HIGHLIGHT-COLOR: #D3CA91; /*sombra da barra de rolagem*/
	SCROLLBAR-SHADOW-COLOR: #D3CA91; /*sombra da barra de rolagem*/
	SCROLLBAR-3DLIGHT-COLOR: #D3CA91; /*sombra da barra*/
	SCROLLBAR-DARKSHADOW-COLOR: #D3CA91; /*sombra da barra de rolagem*/
	SCROLLBAR-BASE-COLOR: #D3CA91;/*sombra da barra de rolagem*/
	SCROLLBAR-ARROW-COLOR: #4E4646; /*cor-seta*/
	SCROLLBAR-TRACK-COLOR: #D3CA91; /*fundo-abaixo da barra de rolagem*/
	background-color: #D3CA91; /*cor de fundo da página*/
}
a:link {
	color: #142945;
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
}
a:visited {
	color: #142945;
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: verdana;
	font-size: 10px;
}
.linkMenu:link { 
	color: #F78307;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
.linkMenu:visited { 
	color: #F78307;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	font-weight: bold; 
}
.linkMenu:active { 
	color: #F78307;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	font-weight: bold; 
}
.linkMenu:hover { 
	color: #F78307;
	text-decoration: underline;
	font-family: arial;
	font-size: 11px;
	font-weight: bold; 
}
.text_legenda {
	FONT-SIZE: 10px; 
	COLOR: #000000; 
	FONT-FAMILY: arial; 
	TEXT-ALIGN: justify; 
	font-align: justify
}
.text_padrao { 
	font-family: verdana; 	
	font-size: 10px;
	color: #666666;
}
.text_p2 { 
	font-family: verdana; 	
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
.text_blue { 
	font-family: verdana; 	
	font-size: 10px;
	color: #1B346B;
	font-weight: bold;
}
.text_branco { 
	font-family: verdana; 	
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.text_red { 
	font-family: verdana; 	
	font-size: 10px;
	color: #D9261C;
	font-weight: bold;
}
.text_titulo {
	font-family: tahoma;
	font-size: 11px;
	color: #010150;
	font-weight: bold;
}

.text_titulo_laranja {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ff9900;
	font-weight: bold;
	font-style: italic;

}
.input_branco {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #4a516b;
	font-weight: bolder;
}
.botao_branco {
	font-family: verdana;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #4a516b;;
	font-style: bold;
}
.mural_foto {
	width: 130px;
	min-height:130px;
	_height:130px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;	
}
.paginacao {
	font-weight: bold;
	clear: both;
	text-align: center;
	padding-top: 5px;
}
.paginacao ul li {
	display: inline;
	list-style: none;
}
.paginacao ul li a {
	text-decoration: none;
	color: #3A5A4E;
	padding: 3px;
}
.paginacao ul li a:hover {
	background-color: #3A5A4E;
	color: #FFFFFF;
	text-decoration: none;
}

