@CHARSET "ISO-8859-1";

body,td{
	padding:0px;
}

pre u{
	font-size:16px;
}

div.separadorTop{
	border-bottom:dotted 1px #ccc;
	width:100%;
	height:10px;
	margin:0;
	
}
a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:visited{	color:#000; }
a:hover{	color:#f00; }

table.titulo{	
	margin: 0px;	
	}
table.titulo td{
	margin: 0px;
	padding:0px;	
	}

div.pg{
	padding:1px 0px 0px 0px;
	margin:20px 0 100px 0;	
	page-break-after:always;	
	border:dotted 1px #ccc;
	border-right:none;
	border-left:none;
	height:880px;
}

span.btnRemover,span.btnAdicionar{
	font-size:14px;
	font-family:Courier New;
	font-weight:bold;
	
	cursor: pointer;
	background-color: #fff;
	padding:5px 10px 5px 10px;
	
}

span.btnRemover{	
	float: right;
	color:#d00;
	border:dotted 1px #d00;
	margin:-40px 10px 0 0;
}

span.btnAdicionar{
	float:right;	
	color:#0a0;
	margin:0px;	
	border:dotted 1px #0a0;
}

span.btnRemover:hover{	
	color:#fff;
	background-color:#d00;
	border:dotted 1px #fff;
}

span.btnAdicionar:hover{
	color:#fff;
	background-color:#0a0;	
	border:dotted 1px #fff;
}



table{
	margin:0px 0px 0px 1px;
}
table.linhas {
	width: 850px;	
}

table.linhas td {
	border-bottom: solid 1px #777;
	height:14px;
}
div.separador {
	height:50px;
	width:980px;
	Xbackground-color:#FF0;
	border-top:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
	margin:410px 0 1px -20px;
}
div.linhaDir{
	position: absolute;
	width:10px;
	height:880px;
	border-right:dotted 1px #ccc;
	margin:0 0 0 867px;  	
}
textarea.text{
	background-color:transparent;
	position:absolute;
	width:842px;
	height:400px;
	padding:0px 10px 0 7px;
	margin:-1px 0px 0px 2px;
	border:solid 1px #fff;
	font-size:14px;
	line-height: 17px;
	overflow: hidden;
	letter-spacing:-1px;
	resize:none;
}
