@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#top {
	width:996px;
	background:#fff;
	height:66px;
	margin:auto;
	position:relative;
	top:5px;
}
#topl {
	width:806px;
	height:66px;
	background:#e00;
	background:url(../imagens/top_13.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#topr {
	position:absolute;
	right:0px;
	top:0px;
	width:472px;
	height:66px;
	background:url(../imagens/top_08.gif);
	background-repeat:repeat-x;
}
#toprcanto {
	position:absolute;
	right:0px;
	width:15px;
	height:66px;
	background:url(../imagens/top_09.gif);
}
#logoBraSeg {
	position:absolute;
	right:23px;
	width:180px;
	height:66px;
	background:url(../imagens/top_07.gif) top left;
	background-repeat:no-repeat;
}
#logoBra {
	background:url(../imagens/top_02.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	width:166px;
	height:31px;
}
#titSite {
	background:url(../imagens/top_03.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:166px;
	width:219px;
	height:31px;
}
#toplcanto {
	background:url(../imagens/top_11.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:31px;
	width:13px;
	height:35px;
}
#toprcurva {
	position:absolute;
	right:369px;
	height:66px;
	width:103px;
	background:url(../imagens/top_05.gif);
}
#navBar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#fff;
	position:absolute;
	left:16px;
	top:36px;
}
#navBar ul {
	margin:0;
	padding:0;
}
#navBar li {
	float:left;
	margin-right:20px;
	margin-left:2px;
	list-style:none;
	line-height:20px;
	vertical-align:middle;
}
.division {
	position:absolute;
	top:6px;
	margin-left:14px;
}
img {
	border:0;
}
#topSair {
	position:absolute;
	right:4px;
	top:6px;
}
a.butSair { /*    Botão 01 usado para a ação principal da página, preferencialmente somente 1 por tela.    */
	display:block;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	background: url(../imagens/but01a.png) no-repeat scroll top left;
	padding:0 0 0 7px;
	float:left;
	color:#fff;
	margin: 0 5px ;
	font-weight:bold;	
	line-height:88px;
	height:16px;
	overflow:hidden;
}
a.butSair span {  /* span de dentro do botão, para usar a técnica de cortina de backgrounds */
	height:16px;
	background: transparent url(../imagens/but01b.png) no-repeat scroll top right;
	color:#fff;
	line-height:19px;
	padding:4px 7px 1px 0;
}
a.butSair:hover { /* Estado Roll Over do botão */
	background-position: 0 -16px;
	text-decoration:none;
}
a.butSair:hover span {
	background-position: 100% -16px;
}
a.butSair:active { /* Estado Pressed do botão */
	background-position: 0 -32px;
	outline:none;
}
a.butSair:active span {
	background-position: 100% -32px;
	color:#f5e4e5;
}