/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #003366;
	text-align: justify;
}
.sag{
	background-attachment: fixed;
	background-image: url(img/sag_parca.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.sol{
	background-attachment: fixed;
	background-image: url(img/sol_parca.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tel{
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 4px;
}
.button {
	width: 60px;
	height: 20px;
	border: 1px solid #003366;
	font-size: 11px;
}
input {
	height: 14px;
	width: 200px;
	border: 1px solid #666666;
}
.style1 {
	color: #00FF00;
	font-weight: bold;
}
textarea {
	height: 50px;
	width: 200px;
	border: 1px solid #666666;
}