TD, FONT, BODY {
	font-family: Tahoma, Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.botoes { 
	font-family: Tahoma, helvetica, sans-serif; 
	color: #121212; 
	border: 1px outset; 
	cursor: pointer; 
	font-size:10; 
	font-weight: normal; 
	margin: 0px 0px 0px 1px; 
	padding: 1px 1px 1px 1px;
	background-image: url(imagens/button2.gif);
	backgroung-image: repeat-x;
}

.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: #424242; 
	height: 20px; 
	padding: 2px 2px 0px 2px; 
	border: 1px solid #999999; 
	background: #F8F8F8; 
}

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;
	}