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,blockquote,code {
	font: inherit;
	color: inherit;
	background: none;
	background-color:inherit;
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	border: 0;
	position: relative;
}
body{
 text-align:center;
 position: relative;
 font: normal 11px Georgia, Trebuchet, sans-serif;
 overflow-x: hidden;
}

.offscreen{
  display: none !important;

}
.pos-left{
	float: left !important;
}
.pos-right{
	float: right !important;
}
.spacer{
	clear: both !important;
}
.v{
	position: relative;
	display: block;
	clear: none;
	float: left;
	border: 1px solid white;
	width: 10px;
}
.white{
	color: rgb(255,255,255);
	background-color: inherit;
}
.left{
	text-align: left;
}
.right{
	text-align: right !important;
}
.center{
	text-align: center !important;
}
strong{
	font-weight: bold;
}
em{

}

input.small{
	font-size: 11px;
	background: transparent;
}
a{
	background: transparent;
	text-decoration: none;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span,h7 span,label span,a span{
	position: static;
	z-index: -1;
}
blockquote p{
	font-style: italic;
}
blockquote p:before{
	content:"\"";

}
blockquote p:after{
	content:"\"";
	position:absolute;
}
p{

	margin-bottom: 0.5em;
}
.dump{

text-align: left;
clear: both;
}
div.error{
	font: normal 11px Tahoma;
	color: #a00;
}
