/* NOTE: url() below */

body,p,td,th,input,textarea,select {
  font-size: 12px;
  font-family: arial,helvetica,sans-serif;
}
form {
  margin: 0;
}

/* formct... */
.errortext {
  color: #990000; font-weight: bold;
}
.normaltext {
  font-weight: normal;
}
.formct-hi {
  color: #990000; font-weight: bold;
}
form.formct textarea {
  font-size: 12px;
  font-family: arial,helvetica,sans-serif;
}
form.formct input {
  font-size: 12px;
  font-family: arial,helvetica,sans-serif;
}
/* ...formct */

/* fs for listing display */
td.fs p {
  font-size: 13px;  /* was: 14px */
  margin: 0 0 0 0;
}
td.fs img {
  float: right;
  margin: 0 0 12px 8px;
}
td.fs p.fsschool {
  font-weight: bold;  /* new */
  color: #770000;
  margin: 0 0 2px 0;
}
td.fs p.fsname-school {
  font-size: 15px;
  font-weight: bold;  /* new */
  margin: 0 0 2px 0;
}
td.fs p.fsname {
  font-weight: bold;  /* new */
  margin: 0 0 2px 0;
}
td.fs div.fslocat {
  margin: 2px 0 2px 6px;
}
td.fs p.fsand {
  font-size: 12px;
  font-style: italic;
  margin: 0 0 0 2px;
}
td.fs div.fscatetc {
  margin: 6px 0 0 0;
}
td.fs p.fscat {
  font-weight: bold;  /* new */
  color: #770000;
}
td.fs p.fsline {
  font-size: 12px;
}
td.fsdescrip {
  font-size: 12px;
}
td.fsdescrip p {
  margin: 0 0 6px 0;
}
td.fsdescrip ul {
  margin-top: 8px;
  margin-bottom: 8px;
}
td.fsdescrip li {
  margin-top: 0;
  margin-bottom: 2px;
}
/* end fs */


td.menu {
  font-family: 'Times New Roman',serif;
  background-image: url(/ims/bg_fade.gif);
}
td.foot {
  font-family: 'Times New Roman',serif;
}
p.aboveinput {
  margin: 0px 0px 6px 0px;
  font-weight: bold;
}
p.litem {
  margin: 10px 0px;
}
p.litem2 {
  margin: 8px 0px;
}


h3 {
  margin: 0;
  font-size: 16px;
  color: #000066;
  font-weight: bold;
  font-family: arial,helvetica,sans-serif;
}
h4 {
  margin: 0;
  font-size: 14px;
  color: #000066;
  font-weight: bold;
  font-family: arial,helvetica,sans-serif;
}
h5 {
  margin: 0;
  font-size: 13px;
  color: #000066;
  font-weight: bold;
  font-family: arial,helvetica,sans-serif;
}
h6 {
  margin: 0;
  font-size: 12px;
  color: #000066;
  font-weight: bold;
  font-family: arial,helvetica,sans-serif;
}
h4.article {
  margin: 2px 0px;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  font-family: arial,helvetica,sans-serif;
}
h4.title2 {
  margin: 0;
  font-size: 18px;
  color: #000066;
  font-weight: normal;
  font-family: arial,helvetica,sans-serif;
}
h6.article {
  margin: 6px 0px;
  font-size: 12px;
  color: #880000;
  font-weight: bold;
  font-style: italic;
  font-family: arial,helvetica,sans-serif;
}
/* usage: <div class="hr"><hr></div> */
div.hr {
  height: 1px;
  background-color: #999;
  /* background-color: #999, no-repeat scroll center; */ 
  margin: 10px 0px;
}
div.hr hr {
  display: none;
}

