@charset "UTF-8";
/* CSS Document */

<style type="text/css">

.td {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}



.tdcountry { 
	color: #929292;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: x-small Helvetica, Century Gothic, Arial, Geneva, sans-serif;
	padding-top:60px;
	padding-bottom: 60px;
}



.tddisclaimer { 
	color: #99cc00;
	text-align: center;
	text-transform: uppercase;
	font: x-small Helvetica, Century Gothic, Arial, Geneva, sans-serif;
	text-decoration: none;
}


/* == FOOTER == */


.footer {
	font-size: xx-small;
	font-family: Helvetica, Century Gothic, Arial, Geneva, sans-serif;
	color: #929292;
	text-align: center;
	text-transform: none;
	padding: 20px;
	width: 95%;
	height: 100%;
}
.footer A:link {
	color: #cc0000; text-decoration: none;font-size: 9px;
	font-family: Helvetica, Century Gothic, Arial, Geneva, sans-serif;
	}
.footer A:visited { color: #cc0000; text-decoration: none;font-size: 9px;
	font-family: Helvetica, Century Gothic, Arial, Geneva, sans-serif;
}
.footer A:active { 	color: #cc0000; text-decoration: none;font-size: 9px;
	font-family: Helvetica, Century Gothic, Arial, Geneva, sans-serif;
}
.footer A:hover { 	color: #000000; text-decoration: none;font-size: 9px;
	font-family: Helvetica, Century Gothic, Arial, Geneva, sans-serif;
}
/* == END FOOTER == */

</style>