body 
	{
	color: #777E6F;
	font-size: 10px;
	line-height: 20px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background: #ADAB9F ;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 10p 10px 10px; 
	}
	
.page     
	 { 
	 color: #000000; 
	 background: white;
	 text-align: left;
	 margin-left: auto;
	 margin-right: auto;
	 position: relative; 
	 width: 741px; 
	 /* height: 780px;  */
	 visibility: visible; 
	 display: block; 
	 }
	 
.bodyBackground
	{
	background: transparent url("http://www.reactsoftwareinc.com/images/interior_page_background.jpg"); 
	background-repeat: repeat-y;
	/* position: absolute; */
	z-index: 1;
	/* top: -1px; */
	left: 0px;
	width: 741px;
	/* height: 610px;  */
	padding-left:15px;
	padding-right:15px;
	visibility: visible;
	display: block; 
	}	 
	
.copyright
	{
	background-color: transparent;
	position: relative;
	text-align:center;
	z-index: 200;
	top: 5px;
	left: 0px;
	width: 741px;
	height: 40px;
	visibility: visible;
	display: block; 
	}

.copyrightline
	{
	background-color: transparent;
	position: absolute;
	text-align:center; 
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 741px;
	height: 0px;
	visibility: hidden;
	display: block; 
	}	
