* {
	font-family: "Trebuchet MS", Arial, _sans;
	margin: 0px;
	padding: 0px;
	}
body {
	background-color: #EDF0F3;
	background-attachment: fixed;
	background-image: url(images/fundo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#geral {
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/bghorizontal.jpg);
	}
#topo {
	height: 154px;
	background-repeat: no-repeat;
	background-image: url(images/topo.jpg);
	}
#topo span {
	display: none;
	}
#conteudo {
	margin-left: 170px;
	padding-right: 20px;
	}
#conteudo p,li {
	font-size: small;
	color: #333333;
	padding-bottom: 10px;
	}
#conteudo li {
	padding-bottom: 0px;
	margin-left:20px;
	}
#conteudo h1 {
	font-size: x-large;
	color: #0E3A6B;
	text-align: left;
	border-bottom: 1px dotted #0399D8;
	display: none;
	}
#conteudo h2 {
	color: #0C2D56;
	font-size: medium;
	padding-top: 5px;
	border-bottom: 1px solid #0399D8;
	}
#menu2 {
	float: left;
	width: 140px;
	padding-left: 15px;
}
#menu2 ul li{
	display: inline;
	list-style-type: none;
	}
#menu2 ul li a{
	color: #013567;
	text-decoration:none;
	font-size: small;
	display: block;
	padding: 4px;
	margin-bottom: 4px;
	border-right: 4px solid #FFFFFF;
	border-bottom: 1px solid #013567;
	text-align: right;
	background-color: #FFFFFF;
	}
#menu2 ul li a:hover{
	border-right: 4px solid #000000;
	}
.esquerda {
	float: left;
	margin-right: 10px;
}
.direita {
	float: right;
	margin-left: 10px;
}
#conteudo a {
	color: #013567;
	font-weight: bold;
}
#conteudo a:hover {
	color: #000000;
	font-weight: bold;
}
#baixo {
	clear: both;
	text-align: right;
	border-top: 1px solid #0399D8;
	margin-left: 280px;
	margin-right:20px;
}
#interno {
	width: 690px;
	background-image: url(images/meio.jpg);
	background-repeat: repeat-y;
	border-bottom: 1px solid #082547;
}
#home {
	height: 300px;
}
#baixo p {
	font-size: 8pt;
	padding-right: 30px;
	padding-top: 10px;
	color: #0C2D56;
}
#baixo a {
	color: #000000;
}
#conteudo h3 {
	font-size: small;
	color: #013567;
}
#contato th {
	font-size: small;
	color: #013567;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
}
#contato caption {
	text-align: left;
	padding-left: 20px;
}

#conteudo #contato input, #conteudo #contato textarea,#conteudo #contato select{
	font-size: x-small;
	color: #013567;
}
.cellpadding td{
	padding: 3px;
}
