@import url("produtos.css");
@import url("empresa.css");
@import url("clientes.css");
@import url("servicos.css");
@import url("contatos.css");
@import url("mapadosite.css");

body, div, h1, h2, h3, h4, h5, h6, ul, li, ol, img, p, table, tr, td{
	margin: 0px;
	padding: 0px;
}
div{
	text-align: left;
}
img, table, tr, td{
	border: 0px;
}
body{
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	color: white;
	background-color: #036;
	width: 740px;
	margin: 0px auto;
}
td{
	font-size: 11px;
}
h1{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #87CEEB;
}
#principal{
	width: 740px;
}
#titulo{
	background: url(imagens/back_title.png) center top no-repeat;
}
#conteudo{
	background-color: #002540;
	border-left: 1px solid #069;
	border-right: 1px solid #069;
}
#base{}
#topo .txt1, .txt2{
  background-color: #4A708B;
	border: inset 1px white;
	padding: 0px;
	margin: 0px; 
	font: 9px Verdana;
	color: white;
	position: relative;
	left: 5px
}
#topo .tx1, .tx2{
  width: 200px;
	color: red;
	cursor: hand;
}
a {
	color: white;
	text-decoration: underline;
}
a:hover{
	color: white;
	text-decoration: none;
}
#topo .ok{
  background-color: #C6E2FF;
	border: outset 1px white;
	padding: 0px;
	margin: 0px; 
	font: 9px Verdana;
	color: #27408B;
}