* {
	font-size: 11px;
}

.destaque p {
	font-size: 12px;
}
.destaque a, .destaque a * { font-size: 12px; }

h2 {
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

.corpo p {
	line-height: 1.3;
}

table.content {
	border-top: 1px solid #EFDFB3;
}
table.content td {
	padding: 8px;
	font-size: 11px;
	border-bottom: 1px solid #EFDFB3;
}

table.formtable td {
	padding: 5px 8px 5px 0;
	font-size: 11px;
	vertical-align: middle;
}

table.formtable label {
	display: inline-block;
	padding-bottom: 5px;
	font-weight: bold;
	color: #333333;
}

.formtable input.campo {
	width: 180px;
	border: 1px solid;
	height: 16px;
	padding: 3px 0;
	margin: 3px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.formtable textarea {
	width: 230px;
	height: 80px;
	border: 1px solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.formtable .submit {
	display: block;
	border: 1px solid;
	width: 115px;
	height: 22px;
	margin: 8px 0;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
}

a:hover { text-decoration: underline; }

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}

.clear { clear: both; }

.fill { display: block; position: relative; }

.full-w { width: 100%; }

.no-border { border: none !important; }