/** Zerando todos os margins naturais para não atrapalhar **/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address, img, li, table, tr, td, input, select, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-align: left;
	border: 0px;
	color: #5e7992;
}
input{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-align: left;
	border: 1px solid;
	border-color:#7f9db9;
	padding: 2px;
}
input.button{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-align: center;
	border: 0px solid;
	border-color:#7f9db9;
	color: #ffffff;
	padding: 2px;
	background-color:#258bcd;
	
}

textarea{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-align: left;
	border: 1px solid;
	border-color:#7f9db9;
	padding: 2px;
}

body{
	background-image: url(imagem/fundo.gif);
	background-repeat: repeat-x;
}
body a{
	text-decoration: none;
	color: #5e7992;
}
body a:hover{
	text-decoration: underline;
}
#geral {
	width: 985px;
	margin: 0px auto;
	display: table;
}
#cabeca {
	width: 985px;
	height: 93px;
	overflow: hidden;
	float: left;
}
#cabecaR1 {
	width: 216px;
	margin: 18px 0 0 14px;
	float: left;
	height: 93px;
}
#cabecaR2 {
	width: 611px;
	margin: 0 0 0 114px;
	float: left;
	height: 93px;
}
#cabecaR2R1 {
	width: 520px;
	float: right;
	margin: 25px 10px 0 0;
}
#cabecaR2R1 img{
	vertical-align: top;
	float: left;
}
#cabecaR2R2 {
	width: 600px;
	float: right;
	height: 1px;
	overflow: hidden;
	background-image: url(imagem/linhaMenuRodape.gif);
	background-repeat:no-repeat;
}
#cabecaR2R3 {
	width: 300px;
	float: right;
	margin: 20px 10px 0 0;
}
#cabecaR2R3 p{
	color: #999999;
	font-size: 9px;
}
#cabecaR2R3 p a{
	color: #999999;
	text-decoration: underline;
}
#cabecaR2R3 p input{
	wudth: 154px;
	height: 12px;
	border: solid 1px #7f9db9;
	margin: 0 5px 0 14px;
	padding: 2px;
}
#cabecaR2R3 p img{
	vertical-align: top;
}
.bandeira {
	margin: 0 2px 0 10px;
}
#conteudo {
	width: 985px;
	float: left;
}
#rodape {
	width: 950px;
	margin: 70px 0 0 17px;
	float: left;
	_float: none;
}
#rodape h1{
	float: left;
	width: 250px;
}
#rodape h2{
	float: right;
	text-align: right;
	font-weight: 100;
	width: 500px;
	padding: 9px 0 0 0;
	font-size: 9px;
}
#rodape hr{
	color: #e6e6e6;
	height: 1px;
	border: solid 0px;
	float: left;
	_float: none;
	width: 950px;
	border-top: solid 1px #e6e6e6;
}
#rodape p{
	font-size: 9px;
	float: left;
	_float: none;
	width: 950px;
	color: #ababab;
	height: 60px;
}
#rodape p b{
	font-size: 10px;
	width: 950px;
	color: #7e7e7e;
	font-weight: 100;
	
}