body {
	background-color: #96D4C7;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.SubmitLink {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	border: none;
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	height: auto;
	width: auto;
  }
  
  .SearchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #DFF2EC;
	height: 17px;
	width: 120px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	border: 1px solid #333333;
}

  .SearchBoxSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #108673;
	height: 17;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #333333;
	cursor: hand;
}
.mainTable {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.shadow {
	background-image: url(/images/shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.topBottomLines {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0F8673;
	border-bottom-color: #0F8673;
}

#biomet {
	padding:0 0 0 10px;
}