@charset "utf-8";
body {
	background: #003366 url(../images/borda_conteudo.jpg) repeat-y 760px 760px;
	margin: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.borda {
	border-bottom: 1px dotted #999999;
}

.titulo {
	font: 19px/36px Arial, Helvetica, sans-serif;
	color: #FF0000;
	display: block;
	height: 36px;
	width: 500px;
	border-bottom: 1px dotted #FF0000;
	letter-spacing: .2em;
}
.frota_img {
	float: left;
	border-width: 0px;
	margin-right: 6px;
}

#top {
	margin: auto;
	height: 200px;
	width: auto;
	background: #00009E url(../images/borda.jpg) repeat-y 760px;
}
#conteudo {
	float: left;
	height: auto;
	width: 760px;
	background: #FFFFFF;
}
#col_esq {
	float: left;
	width: 200px;
	margin-top: 20px;
}
#col_dir {
	float: left;
	height: auto;
	width: 500px;
	margin-top: 20px;
	margin-left: 40px;
}

#col_esq a {
	font-size: 12px;
	line-height: 35px;
	text-decoration: none;
	height: 35px;
	width: 200px;
	text-indent: 25px;
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#col_esq a:hover {
	color: #FFFFFF;
	background: #CCCCCC;
}
#rodape {
	width: 760px;
	margin-top: 10px;
	height: 35px;
	font: 9px/35px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	float: left;
	color: #0099CC;
}
#tb_frota {
	font-size: 13px;
	color: #666666;
}
#tb_contato {
	color: #FF0000;
}
