* {
	margin: 0;
	padding: 0;
}
body {
	font: 11px Arial, Tahoma, sans-serif;
	color: #333;
}
table {
	width: 100%;
	border-collapse: collapse;
	font: 11px Arial, Tahoma, sans-serif;
}
table .linha {
	height: 2px;
	background: #09c;
	font: 11px Arial, Tahoma, sans-serif;
}
table .titulo {
	background: url(img/tit_tabela_fundo.gif);
	height: 26px;
	font: 11px Arial, Tahoma, sans-serif;
	color: #000;
	font-weight: bold;
}
table .registro {
	height: 24px;
	font: 11px Arial, Tahoma, sans-serif;
}
table .separador {
	height: 1px;
	background: #ddd;
}
table a {
	text-decoration: none;
	color: #09c;
}
table a:link {
	color: #09c;
}
table a:visited {
	color: #09c;
}
table a:hover {
	color: #333;
	text-decoration: underline;
}
#topo {
	background: url(img/topo_fundo.gif);
	border-bottom: #09c 4px solid;
}
#menu {
	padding: 6px 0 5px 5px;
	background-color: #f1f3f5;
	border-bottom: #ccc 1px solid;
}
#menu li {
	display: inline;
	list-style: none;
}
#menu .esconde {
	color: #aaa;
	padding: 5px 5px 4px 5px;
}
#menu li a {
	padding: 5px 5px 4px 5px;
	text-decoration: none;
}
#menu a:link {
	color: #333;
}
#menu a:visited {
	color: #333;
}
#menu a:hover {
	color: #333;
	border: 1px solid #09c;
	background: #e0e8f1;
	padding: 5px 4px 4px 4px;
}
#sub_menu {
	border-top: #fff 1px solid;
	border-bottom: #ccc 1px solid;
	height: 52px;
	background-color: #f1f3f5;
	padding-right: 7px;
}
#sub_menu acronym {
	border-bottom: dotted 1px #333;
}
.botao {
	margin-right: 3px;
	width: 55px;
	text-align: center;
	float: right;
}
.botao a {
	text-decoration: none;
	display: block;
	border: 1px solid #ddd;
	padding: 2px 0 2px 0;
}
.botao a:link {
	color: #808080;
}
.botao a:visited {
	color: #808080;
}
.botao a:hover {
	padding: 3px 0 1px 2px;
	color: #09c;
	border: 1px solid #09c;
	background: #e0e8f1;
}
.botao2 {
	margin-right: 3px;
	width: 55px;
	text-align: center;
	float: right;
}
.botao2 a {
	text-decoration: none;
	display: block;
	border: 1px solid #ddd;
	padding: 2px 0 2px 0;
}
.botao2 a:link {
	color: #808080;
}
.botao2 a:visited {
	color: #808080;
}
.botao2 a:hover {
	padding: 3px 0 1px 2px;
	color: #c43;
	border: 1px solid #c43;
	background: #f1e8e6;
}
#tit {
	margin: 15px 0 5px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #09c;
}
#rodape {
	clear: both;
	text-align: center;
	padding: 20px 0 5px 0;
	color: #999;
}
#rodape a {
	text-decoration: none;
	color: #09c;
	font-weight: bold;
}
#rodape a:link {
	color: #09c;
}
#rodape a:visited {
	color: #09c;
}
#rodape a:hover {
	color: #333;
	text-decoration: underline;
}
.box {
	width: auto;
	margin: 0 15px 5px 15px;
	border: 1px solid #ddd;
}
.form, .form2 {
	margin: 0 0 2px 5px;
	padding: 2px 3px 1px 3px;
	border: 1px solid #ccc;
	font: 11px Arial, Tahoma, sans-serif;
	color: #666;
}
.form2 {
	color: #333;
	background: #e0e8f1;
}
.esconde {
	cursor: default;
}
#abas {
	float: right;
	margin-right: 10px;
	width: 300px;
	padding-top: 4px;
}
.aba {
	display: inline;
	cursor: pointer;
	background: url(img/aba_fundo.gif) repeat-x left top;
	border-left: 1px solid #899;
	border-right: 1px solid #899;
	margin-right: 3px;
}
.aba a {
	padding: 2px 5px 1px 5px;
	color: #000;
	text-decoration: none;
}
.aba a:hover {
	background: url(img/aba_fundo_hover.gif) repeat-x left top;
}
.aba-sel {
	display: inline;
	cursor: pointer;
	background: url(img/aba_fundo_sel.gif) repeat-x left top;
	padding: 2px 5px 1px 5px;
	border-left: 1px solid #899;
	border-right: 1px solid #899;
	margin-right: 3px;
}
.aba-sel a {
	color: #000;
	text-decoration: none;
}
.conteudo {
	clear: both;
	border: 1px solid #899;
	padding: 5px;
}
.enviar {
	font: 11px Arial, Tahoma, sans-serif;
	color: #333;
	font-weight: bold;
}
