@charset "windows-1252";
/* CSS Document */

/*design*/
body{
	border-top-width:0;
	border-bottom-width:0;
	border-left-width:0;
	border-right-width:0;
	margin:0,0,0,0;
}
.linha_01{
	border-top-width:1;
	border-right-width:1;
	border-bottom-width:0;
	border-left-width:0;
	border-style:solid;
	border-color:#006699;
	}
.linha_02{
	border-top-width:1;
	border-right-width:0;
	border-bottom-width:0;
	border-left-width:0;
	border-style:solid;
	border-color:#006699;
	}
.linha_03{
	border-top-width:0;
	border-right-width:1;
	border-bottom-width:1;
	border-left-width:0;
	border-style:solid;
	border-color:#006699;
	padding-left:30px;
	padding-top:20px;
	padding-bottom:20px;
	vertical-align:top;
	}
.linha_04{
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:1;
	border-left-width:0;
	border-style:solid;
	border-color:#006699;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:20px;
	vertical-align:top;
	}
/*texto*/
.tabela_cadastro{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:black;
	}
	.info{
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:black;
	}
#menu{
	font-family:Arial;
	font-size:12px;
	color:#003366;
	font-weight:bold;
	letter-spacing:1.2px;
	line-height:1.3;
}
#texto{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	line-height:1.3;
	}
/*links*/
a:link {
  color:black;
  text-decoration:none;
  background: transparent;
  }
a:visited {
  color:black;
  text-decoration:none;
  background: transparent;
  }
a:hover {
  color:#003366;
  text-decoration:none;
  background:transparent;
 }
#menu a:link {
  color:#003366;;
  text-decoration:none;
  background: transparent;
  }
#menu a:visited {
  color:#003366;;
  text-decoration:none;
  background: transparent;
  }
#menu a:hover {
  color:#FF9900;
  text-decoration:none;
  background:transparent;
 }
/*inputs*/
.text_box{
	border:0;
	border-bottom-width:1;
	border-bottom-style:solid;
	border-bottom-color:#006699;
	font-family:Arial;
	font-size:12px;
	color:#003366;
	}
/*botões*/
.button {
 	height:20px;
	background-color:transparent;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-bottom-width:1;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
}
.imprimir{
    font-family:Arial;
	font-size:12px;
	color:#000000;
	line-height:1.3;
}
