body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
	}
	
	#header_container
	{
		text-align: center;
		border: 0px;
		margin:0 auto; 		
		padding: 0;
		background-image: url("/images/bg_topo.jpg");
		background-repeat: repeat-x;
		height: 135px;

	}
	
	#header
	{
		height: 135px;
		width: 900px;
		text-align: center;
		margin: 0 auto;
		padding: 0;		
		background-image: url("/images/header.jpg");
		background-repeat: no-repeat;
	}
	
	#container_conteudo
	{
		text-align: center;
		border: 0px;
		margin:0 auto; 		
		padding: 0;
		background-color: #202937;
	}
	
	#conteudo
	{
		width: 900px;
		min-height:200px;
		text-align: center;
		border: 0px;
		margin:0 auto; 		
		padding: 0;
		background-color: #2b3647;		
	}
	
	#container_servicos
	{
		text-align: center;
		border: 0px;
		margin:0 auto; 		
		padding: 0;
		background-image: url("/images/bg_servicos.jpg");
		background-repeat: repeat-x;
	}
	
	#servicos
	{
		margin: 0 auto;
		padding: 0;
		width: 900px;
		height: 125px;
		background-image: url("/images/servicos.gif");
	}
	
	#container_rodape
	{
		text-align: center;
		border: 0px;
		margin:0 auto; 		
		padding: 0;
		background-image: url("/images/bg_rodape.gif");
		background-repeat: repeat-x;
	}
	
	#rodape_geral
	{
		padding-top: 20;
		width: 900px;
		height: 44px;
		margin:0 auto; 	
		font-family: arial;
		font-size: 9px;
		color: #cccccc;	
		text-decoration: none;
	}
	
	#container_bt
	{
		text-align: center;
		border: 0px;
		width: 50px;
		margin:0 auto; 		
		padding: 0;
	}
	
	a.bt {
	    background: url('/images/apoio/bt_static.gif');
		background-repeat: no-repeat;
	    display: block;
		width: 233px;
		height: 17px;
		padding-top: 3px;
	    text-decoration: none;
		font-family: arial;
		font-size: 9px;
		vertical-align: middle; 
		color: #24334a;	
	}
	
			
	.Titulo1 			{ font-family: verdana ; font-size: 18px ; color: #fff;font-weight:bold;}
	.Titulo1:link 		{ text-decoration : none; color : #fff;font-weight:bold;}
	.Titulo1:visited 	{ text-decoration : none; color : #fff;font-weight:bold;}
	.Titulo1:Hover		{ text-decoration : none;font-size: 18px; color: #fff;font-weight:bold;}
	
	.Titulo2 			{ font-family: verdana ; font-size: 14px ; color: #2b3f60;font-weight:bold;}
	.Titulo2:link 		{ text-decoration : none; color : #2b3f60;font-weight:bold;}
	.Titulo2:visited 	{ text-decoration : none; color : #2b3f60;font-weight:bold;}
	.Titulo2:Hover		{ text-decoration : none;font-size: 14px; color: #2b3f60;font-weight:bold;}
	
	.txt11			{font-size: 11px;	font-family : verdana;  color : #fff;}
	.txt11:Hover	{font-size: 11px;	font-family : verdana;  color : #fff;}
	
	
	
	
	/* FORMULARIOS */
	input {
	background-color: #2b3647; 
	font: 12px verdana;
	color:#FFFFFF;
	border:2px solid #202937;
	}
	
	select {
	background-color: #2b3647; 
	font: 12px verdana;
	color:#FFFFFF;
	border:2px solid #202937;
	}
	
	button { 
	cursor: pointer;
	background-color: #2b3647; 
	font: 12px verdana;
	color:#FFFFFF;
	border:0px solid #202937;
	}
	
	button:hover   { 
	background-color: #2b3647; 
	font: 12px verdana;
	color:#FFFFFF;
	border:1px solid #202937;
	}
	
	textarea { 
	background-color: #2b3647;
	font: 12px verdana;
	color:#FFFFFF;
	border:2px solid #202937;
	
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#2b3647;
	scrollbar-highlight-color:#2b3647;
	scrollbar-face-color:#2b3647;
	scrollbar-shadow-color:#2b3647;
	scrollbar-darkshadow-color:#2b3647;
	scrollbar-track-color:#2b3647;
	}