.homeText {
  height: 170px;
  text-align: justify;
}

.homeImage {
  margin-top: 8px;
  margin-right: 246px; 
  height: 307px;
	background-image: url("../images/welcome.jpg");
	background-repeat: no-repeat;
}

.greyBox {
  margin-top: 20px;
  width: 208px;
  height: 174px;
  padding: 16px;
  float: right;
  clear: none;
  background: url("../images/greybox.gif") no-repeat;
  
  font-size: 0.8em;
  color: #555;
}

.outergrey {
  margin-top: 8px;
  width: 240px;
  height: 310px;
  float: right;
  background: url("../images/greyboxx.gif") no-repeat;
}

.greyBox2 {
  margin-top: 8px;
  margin-bottom: 8px;
  width: 208px;
  height: 204px;
  padding: 16px;
  float: right;

  color: #555;
}

html>body .greyBox {
	margin-top: -20px;
}

* html .outergrey {
  clear: right;
}

.xButton {
  width: 122px;
  margin-left: 2px;
}

.fRow {
  padding-bottom: 8px;
}
.fText {
  width: 150px;
  height: 12px;
  float: right;
  clear: both;
  font-size: 10px;
}

.fTextSmall {
  width: 70px;
  height: 12px;
  float: right;
  clear: both;
  font-size: 10px;
}

.fSubmit {
  float: right;
  clear: both;
}

.NlText {
  padding-top: 4px;
  font-size: 0.9em;
  display: block;
}
