/* CSS Document */
body {
	background-color: #1e1b18;
	margin: 10px 0 0 0;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f4f4f;
}
a {
	text-decoration: none;
	color: #2a1a16;
}
.more {
	color: #ab7b46;
}

.white { color: #ddd; }
.orange { color: #e94700; }

.t9 { font-size: 9px;}
.t10 { font-size: 10px;}
.t11 { font-size: 11px; }
.t12 { font-size: 12px; }
.t14 { font-size: 14px; }
.t16 { font-size: 16px; }
.t18 { font-size: 18px; }
.t24 { font-size: 24px; }
.t36 { font-size: 36px; }


.bold{ font-weight: bold; }
.underline{ text-decoration:underline; }

.on {display:block; }
.off {display: none; }
