/* BARRA DE ROLAGEM  */
body {
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #005f40;
	scrollbar-darkshadow-color: #02865b;
	scrollbar-face-color: #02865b;
	scrollbar-highlight-color: #02865b;
	scrollbar-shadow-color: #02865b;
	scrollbar-track-color: #016242;
	margin: 0px;
}

/* FUNDO BACKGORUND  */
.backgorund {
	background-color: #17241d;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/fundo.jpg);
	background-repeat: repeat-x;
}

/* TABELA PRINCIPAL   */
.TBTemplate {
	background-color: #029C6A;
	width: 800px;
	background-image: url(../img/fundo_template.jpg);
	background-repeat: repeat;
	height: 100%;
}




/* GALERIA DE FOTOS  */
.FotosTitulos {
             font-family: verdana; 
			 font-size: 10px; 
			 font-weight: Bold; 
			 color: #CCCCCC;}
			 
.FotosDescricao {
             font-family: verdana; 
			 font-size: 10px; 
			 font-weight: Normal; 
			 color: #CCCCCC;}
			 
.FotosTitulosView {font-family: verdana; font-size: 10px; font-weight: Bold; color: #CCCCCC;}
.FotosPopTitulo {font-family: verdana; font-size: 10px; font-weight: Bold; color: #CCCCCC;}
.FotosPopDescricao {font-family: verdana; font-size: 10px; font-weight: Bold; color: #CCCCCC;}
A.FotosFecharJanela {font-weight: normal; font-size: 10px; color: #CCCCCC; font-family: Verdana; text-decoration: none}
A.FotosFecharJanela:hover {	font-weight: normal;	font-size: 10px;	color: #FFFFFF;	font-family: Verdana;	text-decoration: none;}


.Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #465b52;
	padding-left: 5px;
}
.backgorundCont {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../img/bg_cap.jpg);
	background-attachment: scroll;
	background-position: right top;
}
.TextCategorias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #01573b;
	padding-left: 5px;
	text-align: center;
	background-color: #FFFFFF;
}

