BODY {
  background: white;
  font-family: ms sans serif, arial, sans-serif;
  font-size: 13px;
}

P {
  text-align: justify;
}

P.left {
  text-align: left;
}


P.cent {
  text-align: center;
}

TD.shade {
  margin-left: 2px; margin-right: 2px;
  background: #EAEAEA;
}

TD.trans {
  margin-left: 2px; margin-right: 2px;
  background-color: transparent;
}

pre {
	font-family: "Courier New", Courier, Arial;
	font-size: 12px;
}

ul {
  color: #000;
}

li {
  font-family: arial, sans-serif;
  font-size: 12px;
}

dd {
  color: #712F55;
}

dt {
  color: #800040;
  font-weight: bold;
}


/*
A:link  { color: #040AC4; background: transparent }
A:active { color: #040AC4; background:#0000A0  }
A:visited { color: #777; background: transparent }
A:hover { color: #FF0080; background: #ECFC5F }
*/

ADDRESS { 
  text-align: left;
  font-weight: bold;
  font-style: italic 
}

.hide {
  display: none;
  color: white;
}

.thick { size: 8 }

.page-header {
  text-align: center;
  background: none;
  border-left: none ;
  border-right: none ;
  border-top: thin solid brown;
  border-bottom: thin solid brown;
  text-decoration: none;
  font-variant: small-caps;
}


.hilite {
  color: #FFFFFE;
  font-weight: bold;
}

.fnotice {
  color: #BBB;
  alink-color: #000;
  vlink-color: #FFF;
  font-family: arial, sans-serif;
  font-size: 9px;
}

.indent1 {
  margin-left: 60px; margin-right: 40px;
}

.indent2 {
  margin-left: 120px; margin-right: 80px;
}

.h2 { font-size: 12px; font-weight: bold; color: #008; background: none; }
.h3 { font-size: 12px; font-weight: bold; color: #008; background: none; }
.h4 { font-size: 11px; font-weight: bold; color: #008; background: none; }
.h5 { font-size: 10px; font-weight: bold; color: #008; background: none; }

.form1 {
  border-style: solid;
  border-width: 1px;
  border-color: navy;
;  background-color: #DDD;
  font-family: arial, sans-serif;
  font-size: 8pt;
;  font-weight: normal;
  text-decoration: none;

}


