body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6D689B;
	margin: 0px;
	padding: 0px;
}
.pie {
	font-size: 9px;
	color: #999999;
}
.margLeft {
	background-attachment: fixed;
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.margRight {
	background-attachment: fixed;
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.quattro {
	background-attachment: fixed;
	background-image: url(images/quattro.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}.tCont {
	height: 100%;
}
.qT1 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
A.qT1:link {
	TEXT-DECORATION: none
}
A.qT1:visited {
	TEXT-DECORATION: none
}
A.qT1:hover {
	TEXT-DECORATION: none;
	background-color: #ccc;
	color: #333;
}
A.qT1:active {
	TEXT-DECORATION: none
}
.content {
	font-size: 11px;
	padding: 10px 20px;
	text-align: justify;
}
input {
	font-size: 9px;
	background-color: #E1E0DB;
	border: 1px solid #333333;
}
select {
	font-size: 9px;
	background-color: #E1E0DB;
	border: 1px solid #333333;
}
textarea {
	font-size: 10px;
	background-color: #E1E0DB;
	border: 1px solid #333333;
}