/* CSS Document */

	.principal {
	position: absolute;
	width:720px;
	height:400px;
	left:50%;
	margin-left:-360px;
	margin-top:-25px;
	}
	
	.form {color:#60C3AD; margin-top:15px; margin-bottom:10px;}
	
	.topico {
	background-color:#60C3AD;
	height:18px;
	color:#FFFFFF;
	}
	
	.imagem {
	margin-right:10px;
	border:none;
	}
	
	blockquote {margin:10px;}
	
	p{	
	margin-left:5px;}
	
	.campo {
	width:150px;
	height:16px;
	font-size:12px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	border-width:1px;
	border:solid;
	border-color:#666666;
	}
	
	.campo_tel {
	width:135px;
	height:16px;
	font-size:12px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	border-width:1px;
	border:solid;
	border-color:#666666;
	}
	
	.cartao {
	width:120px;
	height:16px;
	font-size:12px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	border-width:1px;
	border:solid;
	border-color:#666666;
	}
	
	.uf {
	width:75px;
	height:16px;
	font-size:12px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	border-width:1px;
	border:solid;
	border-color:#666666;
	}
	
	td {height:18px;}
	
	.ddd {
	width:30px;
	height:16px;
	font-size:12px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	border-width:1px;
	border:solid;
	border-color:#666666;
	}
	
	.link {
	position: absolute;
	color:#006666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	width:720px;
	left:50%;
	margin-left:-360px;
	top:144px;
	}
	.foto {
	position: absolute;
	left:50%;
	margin-left:-260px;
	top:165px;
	}
	
	.livro_dois {
	position: absolute;
	left:50%;
	margin-left:-233px;
	top:158px;
	}
	
	.texto {
	position: absolute;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	width:300px;
	height:227px;
	left:50%;
	margin-left:-89px;
	top:181px;
	overflow:auto;
	}
	
	body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
	.rodape {
	position: absolute;
	width:460px;
	height:400px;
	left:50%;
	text-align:right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:-360px;
	margin-top:550px;
	}
		
a:link {
	color: #006666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006666;
}
a:hover {
	text-decoration: underline;
	color: #009966;
}
a:active {
	text-decoration: none;
	color: #006666;
}
