/* CSS Document */

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.textHome {
	font-family: "Optima", "ZapfHumnst BT", "Book Antiqua", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.textHome A {
	font-family: "Optima", "ZapfHumnst BT", "Book Antiqua", Arial, sans-serif;
	font-size: 13px;
	color: #AA552E;
	text-decoration: none;
}
.textHome A:HOVER {
	color: #AA552E;
	text-decoration: underline;
}
.textFooter {
	font-family: "Optima", "ZapfHumnst BT", "Book Antiqua", Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 20px;
}