@charset "utf-8";
/* CSS Document */

body { margin: 0px; background-color: #FFF; }
table, img { border: none; }
table, td { vertical-align: top; }
table, td, div { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #5a3f38; }
table.main { background-color: #d5d2dd; }
table.footer { width: 100%; color: #9c786f; }

.textRegular { margin: 0px; font-size: 11px; margin-left: 20px; margin-right: 20px; margin-top: 0px; margin-bottom: 0px; }
.textSpecial{ margin: 0px; font-size: 11px; margin-left: 20px; margin-right: 40px; margin-top: 10px; margin-bottom: 0px; }

a {
	color: #422e29;
	text-decoration: none;
}

a:hover {
	color: #9c786f;
	text-decoration: none;
}
