/* CSS Document */

.textHome {
	font-family: "Optima", "ZapfHumnst BT", "Book Antiqua", Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.textHome A {
	font-family: "Optima", "ZapfHumnst BT", "Book Antiqua", Arial, sans-serif;
	font-size: 13px;
	color:#CD9933;
	text-decoration: none;
}
.textHome A:HOVER {
	color: #CD9933;
	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;
}
.textInset {
	font-family: "ZapfHumnst BT", "Optima", "Book Antiqua", Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 16px;	
	padding-bottom: 20px;
	background-color: transparent;
}
.textInset A {
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
.textInset A:HOVER {
	color: #990000;
	text-decoration:underline;
	font-weight:bold;
}	
	