/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 62.5%;
}

div#site {
	width: 100%;
	text-align: center;
}

.clear {
	clear: both;
}

.f-esq {
	float: left;
}

.f-dir {
	float: right;
}

.bordab {
	border-bottom: 1px solid #999999;
}

div#cabecalhoimp {
	display: none;
}