/* CSS GLOBAL */
body{
	text-align:center;
	margin:15px auto 0px auto;
	color: #000000;
}
#center{
	width:750px;
	margin:0px auto 0px auto;
}
#head{
	width:750px;
}
.logo{float:left;margin-right:22px;}
.bt_azul, .bt_verde{
	height:31px;
	background-image:url(../images/bt_azul_f.gif);
	color:#000;
	cursor:pointer;
	text-decoration:none;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 13px;
	letter-spacing: 0.1em;
}
.bt_azul span, .bt_verde span{
	float:left;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.bt_azul img, .bt_verde img{
	margin:0px 0px 0px 0px;
	border:0px;
	float:left;
}
.bt_verde{
	background-image:url(../images/bt_verde_f.gif);
}
#rodape{
	width:750px;
	float:left;
	border-top:4px solid #3B7FAE;
	padding-top:12px;
	margin:15px 0px 20px 0px;
	color:#CECECE;
	font:11px Arial, Helvetica, sans-serif;
}

#rodape a{
	margin:0px 5px 0px 5px;
}
#links{
	width:750px;
	float:left;
	padding-top:12px;
	margin:15px 0px 20px 0px;
	color:#CECECE;
	font:10px Arial, Helvetica, sans-serif;
}
a{
	color:#c57617;
	font-family: Calibri, Verdana, Arial, Helvetica, "MS Sans Serif";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
