body,td,p {
	color: #484236;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 12px;
}
body {
	background-color: #422217;
	background-image: url(../images/bg_page.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #E5841B;
	text-decoration : none;
}
a:hover {
	color : #E5711B;
	text-decoration : underline;
}
a:active {
	color : #E5711B;
	text-decoration : underline;
}
a:visited {
	color : #E5841B;
	text-decoration : none;
}
.bold {
	font-weight: bold;
}
.redbold {
	color : #B30019;
	font-weight: bold;
}
.promo {
	font-variant: small-caps;
	font-size: 13px;
	line-height : 14px;
	color: #993333;
	font-weight: bold;
}