@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	margin: 0px;
	padding: 0px;
}
.txtGeral {
	font-size: 11px;
	text-align:justify;
}
.txtGoogle {
	font-size: 13px;
	text-align:justify;
}
.bgBoxDir {
	background-image: url(../imagens/bg_dir.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #e6e6e6;
}
.bgBoxDirInt {
	background-image: url(../imagens/bg_internas.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: ffffff;
}.txtGeralTopo {
	font-size: 24px;
	text-align:justify;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
	margin: 0px;
}
td {
	vertical-align: top;
}

