body {
	margin: 0px;
	padding: 0px;
	background-image: url(../imagens/fundo.png);
	font-family: "trebuchet MS";
}
.border_right_menu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2f505c;
}
tr,td {
	font-size: 12px;
	font-family: "trebuchet MS";
}
a {
	text-decoration:none;
}

form {
	margin: 0px;
}
.campo {
	font: "trebuchet MS";
	font-size:9px;
	border: 0px;
	background:#F7F7F7;
	padding:2px;
}
.borda_geral {
	border-right: 2px groove #668AE8;
	border-bottom: 2px groove #668AE8;
	border-left: 2px groove #668AE8;
}
.borda_total {
	border: 2px groove #668AE8;
}
.borda_dashed {
	border: 1px dashed #666666;
}
