#CellHead {
	positioning	: absolute;
	display 	: box;
	width		: 1000px;	
	height		: 365px;
   }



#CellHead #BoxLogo {
	position	: absolute;
	display 	: box;
	margin 		: 20px 0px 0px 20px;
  }



#CellHead #TextWelcome {
	position	: absolute;
	display 	: box;
	width		: 290px;
	height		: 100px;
	margin 		: 212px 0px 0px 705px;

  }

#TextWelcome h1{
	font-size	: 10px;
	font-weight	: bold;
   }

#TextWelcome p{
	font-size	: 10px;
   }


#CellBody {
	positioning	: absolute;
	display 	: box;
	width		: 1000px;	
	height		: 265px;
	background	: #FFFFFF;
  }





.OverviewDescript {
	font-family	: verdana;
	font-size	: 8pt;
	color		: #000000;
  }

.OverviewDescript a{
	color		: #000000;
	font-weight	: bold;
  }

.OverviewContactPhone {
	font-family	: verdana;
	font-size	: 9pt;
	color		: #FFFFFF;
  }














