/* @override http://www.hinckley.com/cancun/styles.css */

td {
    border-top: 1px solid black;
	border-right-style: none;
	border-left: 1px solid black;
	border-bottom: 1px none gray;
}
table {
	border-style: none;
	border-width: 0;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
body {
	font: 0.9em/1.4em Cochin, "Times New Roman", Times, serif;
	color: #333;
	background: #FFF;

}
p, td, body, table, dt {
	font: 100%/120% Cochin, "Times New Roman", Times, serif;
	color: #333;
	background: #FFF;

}

dt {
	font-weight: bold;
	text-shadow: #36414d 0 1px 2px;
}

h1 {
	text-align: center;
	font: 150%/100% Georgia, "Times New Roman", Times, serif;
	text-shadow: #36414d 0 1px 2px;
}
h2 {
	
	text-align: center;
	font: 120%/110% Georgia, "Times New Roman", Times, serif;

}

.signature {
	text-indent: 5ex;
	font-style: italic;
}
.copyright {
	text-align: center;
	font: small-caps 90%/90% Georgia, "Times New Roman", Times, serif;
}