body {
  font: 12px;
  font-family: arial, tahoma, "Times New Roman";
  color: #000000;
  background-image: url(../images/MainBG.jpg);
  }

table.main {
  background-color: #FFFFFF;
  border-style: double;
  border-width: 3px;
  border-color: #000000;
  }

.required {
  font: 12;
  color: #FF0000;
  font-weight: bold;
  }

.smallFont {
  font: 11;
  font-weight: bold;
  }

.mediumFont {
  font: 12;
  color: #660033;
  font-weight: bold;
  }

.mediumFontB {
  font: 12;
  color: #000000;
  font-weight: bold;
  }

.bigFont {
  font: 16;
  color: #000000;
  font-weight: bold;
  position: relative;
  }

.welcome {
  font: 30;
  font-family: arial, "Times New Roman";
  font-style: italic;
  color: #660033;
  border-bottom: double #CCCC99;
  text-indent: 0.2em;
  }

.highlight {
  font: 12;
  background-color: #CCCC99;
  color: #660033;
  text-align: right;
  }

.highlightB {
  font: 12;
  background-color: #CCCC99;
  color: #660033;
  text-align: center;
  }

.heading {
  font: 18pt;
  font-family: arial, "Times New Roman";
  color: #660033;
  }

table.leftMenu {
  position: relative;
  top: 3px;
  width: 100px;
  }

td.background {
  background-color: #CCCC99;
  }

div.leftDotBorder {
  border-right: 0.08em dashed #339999;
  border-left: 0.08em dashed #339999;
  }

div.bottomDotBorder {
  border-bottom: 0.095em dashed #339999;
  }

div.image {
  float: right;
  }

#menu a, #menu a:visited {
  width: 10em;
  display: block; 
  padding: 0.25em 0;
 
  text-indent: 0.2em;
  text-align: left;
  color: #339999; 
  text-decoration: none;
  margin: .1em 0; 
  border-bottom: 0.095em solid #339999;
  text-indent: .2cm;
  font-weight: bold;
  }

#menu a:hover {
  color: #000000;
  border-bottom: 0.095em solid #000000;
  background-color: #FFFFFF;
  }

.link {
  font-weight: bold;
  color:#0000ff;
}