html
{
	text-align:center;
	background: url(../images/bg.gif) repeat-y;
}

body
{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;	
}

a
{
	color: #b85504;
}

.central 
{
	margin: 0 auto;
	width: 800px;
	padding: 0;
}

#cabecalho 
{ 
	width: 800px;
	height:187px;
	border-left:solid 1px #999999;	
}

.cabecalho_left 
{
	float: left; 
	background:#ffffff;
	width: 272px;
	height: 187px;
	border-top: solid 1px #999999;
}

.cabecalho_right 
{
	float:left;
	background: #FFFBF4;
	height:187px;
	border-top: solid 1px #999999;
}

#menu
{
	float: left;
	width: 800px;
	height: 30px; 
	background: url(../images/menu.gif);
	border-bottom: solid 0px #fff;
	margin-top: 0px;
}

#menu_item a
{
	float: left; 
	width: 113px;
	height: 16px;	 
	background: url(../images/menu.gif);
	border-left: solid 1px #fff;
	padding-top: 7px;
	padding-bottom: 7px;
	font: bold 0.7em Tahoma, sans-serif;
	color: #b85504;
	text-decoration: none;
	text-align: center;
}

#menu_item a:hover
{
	background: url(../images/menuhover.gif);
	color: #b85504;
}

#principal
{
	float: left; 
	width: 800px; 
	min-height: 750px; 
	background: #FFFBF4; 
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	text-align: left;
}

#ct
{
	float: left;
	background: #FFFBF4;
	width: 760px;
	margin-top: 20px;
	margin-left: 10px;
	padding: 10px;
	font: 10pt verdana,arial;
}

#ct img
{
	border: none;
}

.uma_coluna
{
	float: left;
	background: #FFFBF4;
	width: 700px;
	font: 10pt verdana,arial;
}

.duas_colunas
{
	float: left;
	background: #FFFBF4;
	width: 490px;
	font: 10pt verdana,arial;
}

.tres_colunas
{
	float: left;
	background: #FFFBF4;
	width: 400px;
	font: 10pt verdana,arial;
}

#coluna_esq
{
	float: left;
	background: #e1e1e1;
	width: 90px;
	font: 10pt verdana,arial;
}

#coluna_dir
{
	float: right;
	width: 210px;
	
	font: 10pt verdana,arial;
	color: #555555;
	text-align: left;
	padding: 5px;
}

#componente8
{
	float: left;
	width: 220px;
	height: 40px;
	padding-top: 20px;
	text-align: center;
}

#componente8 img
{
	border: none;
}

#coluna
{
	float: right;
	width: 235px;
	margin-top: 20px;	
}

#coluna_login
{
	float: right;
	width: 210px;
	font: 8pt verdana,arial;
	color: #b85504;
}

#coluna_top
{
	float: left;
	background: url(../images/bg_coluna_top.jpg);
	width: 220px;
	height: 20px;
}

#coluna_center
{
	float: left;
	background: url(../images/bg_coluna.jpg);
	width:200px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font: 9pt verdana,arial;
	color: #b85504;
}

#coluna_bottom
{
	float: left;
	background: url(../images/bg_coluna_bottom.jpg);
	width: 220px;
	height: 20px;
}

.titulo
{
	font: 11pt verdana,arial;
	font-weight:bold;
	color: #b85504;
	text-align: left;
	margin-bottom:10px;
}

.titulo_bloco
{
	font-weight:bold;
	color: #4a4a4a;
	margin-top:20px;
}

#w3c
{
	float: right;
	width:280px;
	text-align:right;
	padding:10px;
}

#w3c img
{
	margin-right:4px;
	width:88px;
	height:31px;
	border:0;
}

#endereco
{
	float: left;
	width: 800px;
	height: 20px;
	background: url(../images/bg_endereco.gif);
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding-top: 5px;
	font: 10pt verdana,arial;
	color: #b85504;
}

#msg 
{
  color:red;
}

#ld
{
	float:right;
	margin-top:10px;
	margin-right:10px;
}

.zoom
{
	cursor: pointer;
}

.fonte_pequena
{
	font: 10px verdana,arial;
}

.img_right
{
	float: right;
	margin-left: 15px;
}

.img_left
{
	float: left;
	margin-right: 15px;
}
.img_center
{
	text-align: center;
	margin-bottom: 15px;
}

.txt_right
{
	text-align: right;
}

.txt_left
{
	text-align: left;
}

.txt_justify
{
	text-align: justify;
}

.txt_center
{
	text-align: center;
}