div.reversals {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	z-index: 101;
	left: 10px;
	height: auto;
}
img.reversals{
	z-index:100;
	position: absolute;
	top: 10px;
	left: 10px;
}
img.other{
	z-index:110;
	position: absolute;
  border: thin solid #000000
}

div.button {
	position: absolute;
	z-index: 101;
	top: 20px;
	width: auto;
	text-align: center;
}
div.RS_Title {
	position: absolute;
	z-index: 101;
	top: 20px;
	height: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	background-color: #CDE3E9;
	color: #000099;
	line-height: 16px;
}
