body {
  margin: 0px;
  padding: 0px;
}
  .maintext {
    font-size: 10pt;
	font-family: sans-serif;
	color: #000000;	
  }
  .quotetext {
    font-size: 9pt;
	font-family: serif;
	color: #002842;	
  }
  .headertext {
    font-size: 12pt;
	font-family: sans-serif;
	font-weight: bold;
	color: #002842;	
  }
  .subheadertext {
    font-size: 10pt;
	font-family: sans-serif;
	font-weight: bold;
	color: white;	
  }
   .whitetext {
    font-size: 10pt;
	font-family: sans-serif;
	color: white;	
  }
  .navigationtext {
    font-size: 9pt;
	font-family: sans-serif;
	font-weight: bold;
	color: #002842;
  }
  .navigationtext a {
    font-size: 9pt;
	font-family: sans-serif;
	font-weight: bold;
	color: #002842;
	text-decoration: none;
  }


.beigetext {
  font-family: sans-serif;
  font-size: 8pt;
  color: blue;
}

.interfacetext {
  font-family: sans-serif;
  font-size: 7pt;
  color: #000000;
}

.topmenutext {
  font-family: sans-serif;
  font-size: 8pt;
  color: #000000;
}

.boxinterfacetext {
  font-family: sans-serif;
  font-size: 8pt;
  color: #000000;
  background-color: #CBD3DD
}
select.profiles {
  height: 20px;
  font-family: sans-serif;
  font-size: 9pt;
  color: #000000;
}
table.button {
  border: solid black;
  border-width: 1 1 1 1px;
  padding: 2px;
  font-family: sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  
}
table.imageborder {
  border: solid double;
  border-width: 2 2 2 2px;
  padding: 2px;
  font-family: sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #cccccc;
  
}


table.selectedbutton {
	border: medium double black;
	border-width: 3px 3px 3px 3px;
	padding: 2px;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.buttontext{
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.imageselecttext {
  font-family: sans-serif;
  font-size: 9pt;
  color: #002842;	
  background-color: #CBD3DD;
}

.imageselecttext a {
  font-family: sans-serif;
  font-size: 9pt;
  color: #002842;	
  background-color: #CBD3DD;
  text-decoration: underline;
}

#loadingbox {
  z-index: 5;
  position: absolute;
  left: 322px;
  top: 81px;
  font-family: sans-serif;
  font-size: 10pt;
}