TD, FONT, BODY {
	font-family: Tahoma, Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.botoes { 
	font-family: Tahoma, helvetica, sans-serif; 
	font-size: 11px; 
	color: #121212; 
	padding: 0px 0px 0px 0px; 
	border: 1px solid #999999; 
}

.mini_botoes { 
	font-family: Tahoma, helvetica, sans-serif; 
	font-size: 10px; 
	height: 18px;
	color: #121212; 
	padding: 0px 0px 0px 0px; 
	border: 1px solid #999999;
}

.input { 
	font-family: Tahoma, helvetica, sans-serif; 
	font-size: 11px; 
	color: #121212; 
	height: 20px; 
	padding: 2px 2px 2px 2px; 
	border: 1px solid #999999; 
	background: #FFFFFF; 
}

a { 
	text-decoration: none; 
	color: #0002BF;
}

a:hover { 
	color: Blue; 
	text-decoration: underline 
}

a: {
	text-decoration: line-through;
}

.link1 {
	text-decoration: none;
	color: White;
}
.link1:hover {
	color: Black;
	text-decoration: underline
}

.fundo_tabela_titulo {
	font-size: 10px;
	border-bottom : 0 solid #B9B9B9;
	font: bold;
	background-color: #7EBB00;
	color: White;
	background: url('imagens/fundo_tituloverde.gif');
	height: 33;
}

.fundo_tabela_titulo_img {
	font-size: 10px;
	border-bottom : 0 solid #B9B9B9;
	font: bold;
	background-color: #7EBB00;
	color: White;
	background: url('imagens/fundo_tituloverde.gif');
	height: 33;
}

.fundo_tabela_subtitulo {
	background: #757575;
	color: White;
}

.fundo_tabela_lateral_esq {
	color: White;
	background: #005388;
	border-bottom: 0 solid #00416E;
}

.fundo_tabela_lateral_dir {
	color: White;
	background: #83C032;
	border-bottom: 0 solid #00416E;
}

.fundo_categorias {
	background: transparent;
	border-bottom : 1px solid #B7B7B7;
}

.fundo_informacoes {
	background: #FAFAD2;
	border-bottom: 1 solid White;
	border-top: 1 solid White;
}

.font10px { 
	font-size: 10px; 
}

.linha1 {
	background: #E8E8E8;
}

.linha2 {
	background: #F4F4F4;
}

.tabela_linhas_tracajadas {
	border-right: 1px dashed #B6B6B6;
	}
	
.titulo	TD	{BORDER-BOTTOM:1px solid #999999;PADDING-TOP:5px;PADDING-BOTTOM:5PX;PADDING-LEFT:5px;PADDING-RIGHT:5px; background-color:#DBEAF5;}
.linhas	TD	{BORDER-BOTTOM:1px solid #999999;PADDING-TOP:5px;PADDING-BOTTOM:5PX;PADDING-LEFT:5px;PADDING-RIGHT:5px;}
	