.defaultStyle {
  font-family:'trebuchet ms', 'Century Gothic', Optima, Verdana, sans-serif;
  font-size:medium;
  margin:1px;
  background-color: #F6FBFE;
}

.title1 {
  font-weight:bold;
  color:#0000FF;
  text-align:center;
  font-size:medium;
}

.title2 {
  font-weight:bold;
  color:#800000;
  text-align:center;
  font-size:large;
}

.clearFloat {
  clear:both;
  display:block;
}

.hilighted {
  background-color: #336699;
  color:#FFFF00;
}

.extraInfo {
  background-color: #EBC1FF;
  color:#0000FF;
}

.extraInfo2 {
  background-color: #9CFF55;
  color:black;
}

.footerStyle {
  font-family:'trebuchet ms','Century Gothic', Optima, Verdana, sans-serif;
  font-size:x-small;
  margin:0;
  background-color: #336699;
  color:#ffff00;
}

input.buttonDefault{
  width:50pt;
  font-family:'trebuchet ms','Century Gothic', Optima, Verdana, sans-serif;
  font-weight:bold;
  background-color:#99CCFF;
  border:1px solid;
  border-top-color:#696;
  border-left-color:#696;
  border-right-color:#363;
  border-bottom-color:#363;
}
input.buttonLong {
  width:120pt;
}

.bullet {
  color:#0000CC; 
  font-size:medium; font-weight:bold; font-family:tahoma; 
  letter-spacing:-1pt;
}

.smallBullet {
  color:#0000CC; 
  font-size:x-small; font-weight:bold; font-family:tahoma; 
  letter-spacing:-1pt;
}

.defaultFontFamily {font-family:'trebuchet ms', 'Century Gothic', Optima, Verdana, sans-serif;}
.separator {background-color:#000099; font-size:1pt}
.smallFont { font-size:small; }
.verySmallFont { font-size:x-small; }
.error {color:red; }
.errorBackground {background-color:#FF9393; }
.help { color:blue; }
.info { color:green; font-weight:bold;}
.tdNarrow {font-size:5pt}
.tdVeryNarrow {font-size:2pt}
.altColor1 { color:#CC3300; }

.scrollAreaFull {
  overflow:auto; 
  border:1px solid #99CCFF;   /* CEFFCE; */ 
  padding:2px; 
  width:100%; height:100%;
  background:#F6FBFE;
  font-size:x-small;
}

.comboboxStyle {
  font-family:Verdana, 'Century Gothic', Optima, sans-serif;
  font-size:x-small;
  background-color:#F6FBFE;
}

.logo {
  font-weight:bolder;
  font-size:x-large;
  font-family:verdana,sans-serif;
  color:#663300;
}

.oddRow { background-color:#eaeaff; }
.eveRow { }
.tableHeader { background-color:#CCCCFF; font-weight:bold; }

.center {
  width:800px;
  margin-left: auto ;
  margin-right: auto;
}

