@charset "utf-8";

body,td,th,a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
}
#topo {
	margin: auto;
	height: 229px;
	width: 712px;
}
#corpo_central {
	background-color: #e6e6e7;
	background-image: url(images/bg_div_principal.gif);
	background-repeat: repeat-y;
	margin: auto;
	height: 100%;
	width: 752px;
	text-align:center;
}
#barra_cor {
	margin: auto;
	height: 45px;
	width: 712px;
}
#barra_opcoes {
	margin: auto;
	height: 65px;
	width: 712px;
	text-align:center;
}
a.bt1:hover {
    background-position:bottom left;
}
.bt1 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 26px;
	text-decoration:none;
	height:45px;
	width:156px;
    text-align:left;
	background-image:url('images/bt1.png');
	background-position:top left;
	display:inline-block;
}
a.bt2:hover {
    background-position:bottom left;
}
.bt2 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 26px;
	text-decoration:none;
	height:45px;
	width:156px;
    text-align:left;
	background-image:url('images/bt2.png');
	background-position:top left;
	display:inline-block;
}
a.bt3:hover {
    background-position:bottom left;
}
.bt3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 26px;
	text-decoration:none;
	height:45px;
	width:156px;
    text-align:left;
	background-image:url('images/bt3.png');
	background-position:top left;
	display:inline-block;
}
a.bt4:hover {
    background-position:bottom left;
}
.bt4 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 26px;
	text-decoration:none;
	height:45px;
	width:156px;
    text-align:left;
	background-image:url('images/bt4.png');
	background-position:top left;
	display:inline-block;
}
#rodape {
	margin: auto;
	margin-top:30px;
	height: 75px;
	width: 712px;
}
#rodape a {
	color:#3a3a3a;
	text-decoration:none;
}
#rodape a:hover {
	color:#000
}
#rodape_esq {
	margin: 0;
	height: 60px;
	width: 415px;
	margin-left:20px;
	float:left;
	text-align:left;
}
#rodape_dir {
	margin: 0;
	height: 60px;
	width: 250px;
	margin-right:20px;
	float:right;
	text-align:right;
}
.titulos {
    color: #004a8c;
    font-family: Arial Black, Arial, sans-serif;
    font-size: 16px;
}
.txt11_branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}