body
{
	margin: 0px;
	text-align: center;
}
.cabecalhoGeral
{
	margin:-19px 0px 0px 0px;
	position: relative;
	z-index:2;
	width: 100%;
	height: 220px;
	overflow: hidden;
	
}
.cabecalhoTopo
{
	position: relative;
	width: 100%;
	height: 212px;
	background: url(../imgs/cabecalho/fundoTopo3.jpg) repeat-x;
	text-align: center;
}
.cabecalhoConteudo
{
	position: relative;
	width: 1000px;
	height: 212px;
	margin: 0px auto 0px auto;
	
}
.cabecalhoBaixo
{
	position: relative;
	width: 100%;
	height: 8px;
	background: url(../imgs/cabecalho/sombraTopo.png) repeat-x;
}
.conteudoGeral
{
	position: relative;
	z-index:1;
	width: 1000px;
	margin:-7px auto -99px auto;
	background: url(../imgs/cabecalho/fundoMenu3.png) repeat-y;
	padding:0px 0px 99px 17px;
	display:inline-block;
}
.colunaEsquerda
{
	position: relative;
	float: left;
	text-align:center;
	width: 239px;
	height: 800px;
	background: url(../imgs/cabecalho/fundoMenu.png) repeat-x ;
}
.colunaEsquerda .txtMenu
{
	position: relative;
	display:block;
	font-family: MV Boli , Brush Script Std, Arial;
	font-size: 30px;
	letter-spacing:1px;
	color: #8af;
	margin: 0px 0px 0px -120px;
}
.menu
{
	position: relative;
	margin: 20px auto 0px auto;
}
.menu td
{
	height: 25px;
	border-bottom: 1px dotted #fff;
	padding:0px 0px 0px 15px;
}
.menu td a
{
	font-family: arial;
	font-weight:bold;
	font-size:11px;
	color: #fff;
	text-decoration: none;
}
.registrar
{
	position: relative;
	border: 2px solid #fff;
	padding:3px;
	margin:20px auto 0px auto;
	background: #aabbff;
	width: 80%;
}
.registrar td, th
{
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
	color: #334488;
}
.registrar td input
{
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
	color: #445599;
}

.infoMais
{
	position: absolute;
	z-index:10;
	bottom:10px;
	left: 35px;
	height:70px;
	width:200px;
	display:block;
	font-family: arial;
	font-size:10px;
	color: #333;
	text-align: justify;
}
.colunaDireita
{
	position: relative;
	float: left;
	width: 720px;
	margin: 0px 0px 0px 20px;	
	background:#efe;
	border-left:1px solid #050;
	border-right:1px solid #050;
	border-bottom:1px solid #050;
}
.pnlUsuario
{
	display:inline-block;
	position: relative;
	float:left;
	text-align: left;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	background: #bbb;
	font-family: arial;
	border: 1px solid #000;
	border-top:none;
	z-index: 1;
}
.pnlUsuario .menuUsuario
{
	position: relative;
	float:left;
	color: #c55;
	padding: 5px 10px 2px 10px;
	font-size: 12px;
	font-weight: bold;
	border-right:1px solid #222;
	cursor: pointer;
}
.pnlUsuario .txtUsuario
{
	position: relative;
	float:left;
	padding: 5px 10px 2px 10px;
	font-size: 12px;
	border-left:1px solid #ddd;
}
.menuUsuario .submenuUsuario
{
	display: none;
	position: absolute;
	padding: 0px;
	border: 1px solid #000;
	border-bottom:none;
	top: 22px;
	left: -1px;
	background: #aaa;
	font-size: 11px;
	color: #55b;
	cursor: pointer;
	width: 130px;
}
.submenuUsuario .link
{
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #222;
}