body {
	font-size: small;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	margin: 5px;
	background-color: #fff;	
}
body.semmargem {
	margin: 0px;
}
blockquote, div, p, span, td, ol, ul, input, select, textarea, label {
	font-weight: normal;
}
p.paragrafo {
	text-indent: 5ex;
}
a:link, a:visited {
	text-decoration: none;
	color: #004080;
}
a:active, a:hover {
	text-decoration: underline;
	color: #004080;
}
table.tabela {
	border-width: 0px;
	border-spacing: 0px 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: #fff5ee;
}
table.tabela tr th, table.tabela tr td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: #fffff0;
	-moz-border-radius: 0px;
	font-size: 0.85em;
}
table.tabela tr th {
	text-align: center;
}
table.tabela tr.claro td {
	background-color: #c0c0c0;
}
table.tabela tr.escuro td {
	background-color: #e0e0e0;
}
table.tabela tr td.numero, table.tabela tr td.booleano {
	text-align: center;
}
.ALERTA {
	position: absolute;
	z-index: 1000;
}
.ALERTA table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000;
	border-collapse: collapse;
	background-color: white;	
	width: 200px;
}
.ALERTA table tr th, .ALERTA table tr td {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	font-size: 10px;
}
.ALERTA table tr th {
	background-color: #cf0f0f;
	color: #fff;
	font-weight: bold;
}
.ALERTA table tr td {
	background-color: #e4e4e4;
	color: #000;
	text-align: center;
}