/*==========Padrão==========*/
body, td, table{
  color: Black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-collapse: collapse;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  width: auto;
}
body{
  margin: 0px 0px 0px 3px;
}
table{
  background-color: #FFFBE5;
  text-align: center;
}
a:link, a:visited, a:active, a:hover{
  color: #1199FF;
  text-decoration: none;
  border-collapse: collapse;
}
a:hover{
  color: Green;
  text-decoration: underline;
}
img {
	border: 0px;
}

/*==========Layout==========*/ 
table.layout{ 
 width: 770px;
}


font.titulo{
	font-size: 16px;
	font-weight: bold;
}

td.mensagem{
	color: Green;
	font-weight: bold;
}

td.erro{
	color: Red;
	font-weight: bold;
}

hr.lista{
	border-style: dotted;
	border-color: Gray;
	width: 60%;
}


td.rodape{ 
 font-size: 10px; 
 text-align: center;
}

td.notas, td.notas_titulo{
	padding: 2px 2px 2px 2px;
	border-bottom: 1px dashed Black;
}
td.notas_titulo{
	border: 1px solid Black;
}