@charset "UTF-8";
body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background-attachment: fixed;
	background-image: url(img/fundo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.ColunaCentral {
	width: 744px;
	display: inline-block;
	position: relative;
	margin-left: -372px;
	left: 50%;
	background-image: url(img/fundo_central.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.Topo {
	background-image: url(img/fundo_topo.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 60px;
	width: 744px;
	margin-left: -372px;
	left: 50%;
	position: relative;
}
.Rodape {
	background-image: url(img/fundo_rodape.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 60px;
	width: 744px;
	margin-left: -372px;
	left: 50%;
	position: relative;
}
.ColunaConteudo {
	display: inline-block;
	margin-left: 38px;
	width: 668px;
}
.Data {
	color: #666;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.EmBreve {
	font-size: 16px;
	color: #283077;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Celulas {
	font-size: 12px;
	color: #999;
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 460px;
	margin-left: 100px;
}
.CamposFormularios {
	font-size: 12px;
	color: #033;
	border: 1px solid #666;
}
.LabelFormularios {
	font-size: 12px;
	color: #666;
	text-align: right;
	vertical-align: top;
	margin-right: 5px;
	width: 150px;
	display: inline-block;
	padding-right: 10px;
}
.BotaoFormulario 
{
	font-size: 11px;
	color: #FFFFFF;
	border: 
1px solid;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 
5px;
	background-color: #004E8C;
	border-color: #80A7C6 #004881 #001B30;
	font-weight: bold;
}
