html {
	height: 100%;
} 

body {
  height: 100%;
  margin: 0px;
  background-color: #FFFFFF;
  color: black;
}

body, td, p, div {
  font: 10pt Verdana, sans-serif;
}


h2 {
	color: rgb(0,0,139);
}

.mt {
  height: 100%;
  width: 100%;
}

.productCell {
  background-color: #F5F5F5;
}

#searchTable {
	margin-top: 5px;
	border: thin solid #000000;
}

#searchTable2 {
	margin-top: 5px;
	border: thin solid #000000;
}

.searchCell, .searchCellField, .searchCellButton {
	font-size: x-small;
	margin: 10px 10px 0px;
}

.fixedRow {
  height: 1px;
}

.bodyCell {
  padding-left: 15px;
  padding-right: 10px;
  text-align: justify;
  background-color: #FFFFFF;
}

.boxHeading {
  padding-top: 10px; 
}

.xMenuT {
	word-spacing: normal;
	width: 100%;
	border: 1px solid #000000;
}

.MenuT {
	word-spacing: normal;
	width: 75%;
	border: 1px solid #000000;
}

.xMenuH {
	background-color: #9BA7C7;
	color: white;
}

.MenuH {
	background-color: #9BA7C7;
	color: white;
	text-align: center;
}

.xMenuD {
	border-bottom: 1px dotted
}

input, select, textarea
{
   font-family      : Tahoma;
   font-size        : small;
}

p, dl, multicol {
  display: block;
  margin: 1em 0;
}

.mpic
{
	text-align: center;
	border: 1px solid #000000;
}