
html, body,h1, h2, h3, h4, h5, h6,div, span, p, a, img,em, strong, b, i, font,
table, tr, th, td,ul, ol, li, dl, dd, dt,form, select, input, textarea,img {
	font: inherit;
	color: inherit;
	background: none;
	background-color:inherit;
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	border: 0;
}
body{
 text-align:center;
 font-family: Tahoma,sans-serif;
 font-size: 11px;
 color: rgb(182,41,0);
 /*letter-spacing: 0.1em*/
}
.offscreen{
  position: absolute;
  left: -9999em;
  display: none; /*DEBUG: ??*/
}
.pos-left{
	float: left;
}
.pos-right{
	float: right;
}
.spacer{
	position: relative;
	clear: both;
	border: 0px solid white;
}
.blue{
	color: rgb(50,74,127);
	background-color: inherit;
}
.white{
	color: rgb(255,255,255);
	background-color: inherit;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
