/*trecho abaixo referente a DIV e Estrutura da Página*/
body
{
	SCROLLBAR-FACE-color:#ffffff; 
		SCROLLBAR-HIGHLIGHT-COLOR: #750000; 
		SCROLLBAR-SHADOW-COLOR: #750000; 
		SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
		SCROLLBAR-ARROW-COLOR: #750000; 
		SCROLLBAR-TRACK-COLOR: #ffffff; 
		SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	background-attachment:fixed;
	background-image:url(../layout/fundo_site.jpg);
	margin: 0;
	padding: 0;
	text-align:justify;
	height:100%; 	
	
}

.busca 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:146px;
	color: #909597;
	background-color:#ffffff;
	border-color:#55612b;
	border:solid 0px;
   }
   
.news
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:170px;
	color: #3279ae;
	background-color:#dbdee0;
	border:solid 0px;
   }
 
.menu
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	color: #e0e6eb;
   }
   

/*trecho abaixo referente aos Links do rodapé*/
a:link 
		{ 
		font-size:13px; 
		color:#ffffff; 
		text-align:justify; 
		font-family: tahoma; 
		text-decoration: underline;
		}
a:visited 
		{
		font-size:13x; 
		color:#ffffff; 
		text-align:justify; 
		font-family: tahoma; 
		text-decoration: underline;
		}
a:actived 
		{
		font-size:13px; 
		color:#ffffff; 
		text-align:justify; 
		font-family: tahoma; 
		text-decoration: underline;
		
		}
		
a:hover 
		{
		font-size:13px; 
		color:#dd0000; 
		text-align:justify; 
		font-family: tahoma;
		text-decoration: underline;
		}
		
/*trecho abaixo referente aos templates*/

.indicador{
	font-family: tahoma ;
	font-size: 14px;
	color: #ffffff;
	border: solid 0px;
	border-color: #989898;
	text-align:justify;
}

.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f96f00;
	font-weight:bold;
}
.conteudo{
	font-family: tahoma ;
	font-size: 13px;
	color: #ffffff;
	border: solid 0px;
	border-color: #989898;
	text-align:justify;
}

p{

	font-family: tahoma ;
	font-size: 13px;
	color: #ffffff;
	border: solid 0px;
	border-color: #989898;
	text-align:justify;
	}


/*trecho abaixo referente aos formulários*/   
.input {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #5e0000;
	background-color: #ffffff;
	width:180px;
	
	border:solid 0px;
	bordercolor:#5e0000;
   }
   
 .box_msn {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #5e0000;
	background-color: #ffffff;
	width:450px;
	
	border:solid 0px;
	bordercolor:#5e0000;
   }  
   
 .box_msn_cad {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #5e0000;
	background-color: #ffffff;
	width:550px;
	
	border-top:solid 1px;
	border-top-color:#5e0000;
	border-left:solid 1px;
	border-left-color:#5e0000;
	
	border-bottom:solid 2px;
	border-bottom-color: #5e0000;
	border-right:solid 2px;
	border-right-color:#5e0000;
   } 
      
  .bt_enviar {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	
	font-weight:bold;
	color: #ffffff;
	background-color:#750000;
	border:none;
   } 
   
    .bt_limpar {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	
	font-weight:bold;
	color: #ffffff;
	background-color:#750000;
	border:none;

   } 



.cont_noticia{
	font-family: tahoma;
	font-size: 10px;
	color: #2f7299;
	border: solid 0px;
	border-color: #989898;
	text-align:justify;
}




