html {
	font-family: sans-serif;
}
body {
	color:#000;
}
a {
	color:#0067c0;
	text-decoration:none;
}


/*
 * Estilos relativos a formatação do cabeçalho
 */
#mainHeader {
	position:relative;
	left:0px;
	right:0px;
	height:130px;
}
#mainLogo {
	position:relative;
	width:430px;
	left:50%;
	margin-left:-215px;
}
#mainLogo img {
	border:0px;
	width:100%;
}

/*
 * Estilos relativos a formatação de tabelas
 */
table.tbl { border: 0px; border-spacing: 2px; margin-top: 15px; margin-bottom: 15px; width:100%; background-color:#ffffff; }
table.tbl thead tr th,
table.tbl tbody tr th { font-weight: bold; background-color: #CCCCCC; padding: 4px; }
table.tbl tbody tr td { background-color: #F2F2F2; padding: 2px; }
table.tbl tbody tr:hover td { background-color: #a1b7d4; padding: 2px; }
table.tbl tfoot tr td { font-weight: bold; background-color: #CCCCCC; padding: 4px; }
table.tbl td.mousepointer { cursor:pointer; }
table.tbl colgroup col
table.tbl .red { color:#ff0000; }
table.tbl tr td.bg0 {}
table.tbl tr td.bg1 { background-color:#d8d8d8 }
table.tbl tr.subtitle td,
table.tbl tr td.subtitle { font-weight: bold; background-color:#d8d8d8 }
table.tbl tr td.grupoDestaque { background-color:#fbc9c9 !important; }
table.tbl tr.monospace td,

.monospace { font-family: monospace }