/**{ margin:0; padding:0; border:0; }*/
html, body {height:100%;} 
body {
	margin:0; 
	padding:0;
	text-align:center;
	background-color:#f3f3f3;
	outline: 0;
	}
#page { 
	width:755px;
	position:relative;  /*Contexto de posicionamento */
	background:#FFF;
	margin:0 auto;
	text-align:center;
	min-height:100%; /* Para browsera modernos */
	height:auto !important; /* Para browsera modernos */
	height:100%; /* Para o IE6 */
	border:dotted #999;
	border-width:0 0px;
	}
* html #page {height: 100%;}	
#centralizado {
	width:755px;
	padding-bottom:97px;
}
#topo_menu {
	background-color:#f3f3f3;
	text-align:center;
	border-bottom:0px dotted #999;
	}
#principal {
	width:468px;	
	float:left;
	padding-left:10px;
	text-align:left;
	background-color:#FFF;
	}
#barra_lateral {
	width:267px;
	float:right;
	text-align:center
	}
#rodape {
	width:755px;
	height:97px;
	left:0px;
	float:left;
	position: absolute;
	bottom:0;
	margin-bottom:0;
	background-color:#e6e6e6;
	border:dotted #999;
	border-width: 0px 0;
	}

.clear {clear:both;}
#menu{
/*		margin:0 auto;*/
		width:753px;
		height:50px;
		/*background-color:#3CC;*/
		/*background:url(images/menu_034_bg.jpg) repeat-x;*/
}
#menu ul{
	list-style:none;
	margin:0 auto;
	float:right
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	height:50px;
	line-height:50px;
}
#menu li a{
	display:block;
	float:left;
	color:#374245;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:50px;
	text-decoration:none;
	padding:0 20px;		
}
#menu li a:hover{
	color:#ff9c00;		
}
#menu li a.current{
	display:block;
	float:left;
	background:url(../imagens/seta.jpg) no-repeat bottom;
	color:#11549f;
	font-size:14px;
	font-weight:bold;
	line-height:50px;
	text-decoration:none;
	padding:0 20px;	
}
#menu li a:hover.current{
	color:#ff9c00;
}
a{
	outline:0;
	text-decoration:none;
}
a:visited{
	color:#455462;
}
.texto_branco_barra{
	font-family:Verdana, Geneva, sans-serif;
	font-size:19px;
	color:#FFF;	
}
.obj_borda_verde
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid;
	border-color:#71b3c6;
}	
.titulo_azul
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#11549f;	
}
.titulo
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#455462;
	font-weight: bold;
}
.texto
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#455462;	
}
.texto_paginas
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#525354;		
}
.linhapequena
{
	line-height: 5px;
}
a.red	{text-decoration:none;}
a.link	{color:#1235FF; text-decoration: underline; outline:none; }
a.red	{color:#B00101;}
textarea{
	resize:none;
}
