body {
	padding:0;
	margin:0;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7B2D01;
}
a:link {
	color: #7B2D01;
	text-decoration: underline;
}
a:visited {
	color: #7B2D01;
	text-decoration: underline;
}
a:active {
	color: #7B2D01;
	text-decoration: underline;
}
a:hover {
	color: #7B2D01;
	text-decoration: underline;
}
.topbg {
	background-image:   url(../art/bg-top2.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.none {
	display: none;
}