html, body 
{
  background-color: #F7F7F3;
	width: auto;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 1px;
  color: #666666;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;
/*
	background-image: url(/design/rh/images/background.jpg); 
	background-repeat:repeat-x;
*/
	text-align: center;
}

p
{
	font-size: 12px;
}

/*
 * Table
 */
table
{
	margin: 0px;
	padding: 0px;
	width: auto;
	clear: both;
	left: 0px;
	text-align: left;
	border-collapse: collapse;
}

#Page table 
{
	margin: 0px;
	padding: 0px;
	width: 460px;
}

tr
{
	margin: 0px;
	padding: 0px;
}

td, th
{
	margin: 0px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;
	text-align: left;
	border-width: 0;
	vertical-align: top;
}

a 
{
	text-decoration: none;
  color: #4967AA;
	background-color: inherit;
}

a:visited, a:active 
{
	text-decoration: none;
  color: #4967AA;
	background-color: inherit;
}

a:hover 
{ 
	text-decoration: underline; 
}

/*
 * Image CSS
 */
img 
{
	border: 0; 
}

span.ImageCenter
{
	text-align: center;
}

input
{
	border-top: 1px solid #7488a5;
	border-right: 1px solid #b8bab1;
	border-bottom: 1px solid #b8bab1;
	border-left: 1px solid #b8bab1;
}

input.Image 
{
	border-width: 0px;
}

input.SmallImage 
{
	height: 12px;
	border-width: 0px;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #707070; 
	border-style: none none dotted; 
}

.Box
{
	margin: 5px 0px 20px 0px;
}

.Print
{
	position: relative;
	float: right;
	width: auto;
	text-align: right;
	vertical-align: top;
	font-size: 9px;
	font-weight: normal;
	top: 23px;
}

div.Toolbar
{
	position: relative;
	float: right;
	width: auto;
	text-align: right;
	vertical-align: top;
	font-size: 9px;
	font-weight: normal;
	top: 23px;
	display: none;
}

div.PrintBox:hover div.Toolbar
{
	display: block;
}

div.ToolBox:hover div.Toolbar
{
	display: block;
}

#Page 
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 932px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	position: relative;
}
