body, table {
  font-family: Arial, Sans serif, Serif;
  width: 1000px;
  margin-left: auto; 
  margin-right: auto;
}

.table {
  font-family: Arial, Sans serif, Serif;
}

.topoptions {
  padding-left: 5px;
  padding-right: 5px;
  background: #FFFFFF;
  color: #0000BB;
  font-weight: Normal;	
  text-decoration: None;
  font-size: 10px;
  font-style: italic;
  font-variant: small-caps;
}

.topoptions:hover {
  padding-left: 5px;
  padding-right: 5px;
  background: #FFFFFF;
  color: #0000BB;
  text-decoration: Underline;
  font-size: 11px;
  font-style: italic
  font-variant: small-caps;
}

.options {
  padding: 1px;
  background: #FF8000;
  color: #FFFFFF;
  font-weight: Normal;	
  text-decoration: None;
  
}

.options:hover {
  background: #FFFFFF;
  color: #0000BB;
  text-decoration: None;
}

a, a.active, a.visited, a.active {
  color: #FF8000;
  text-decoration: None;
  font-weight: bold;
}

.largebold {
  font-size: 1.5em;
  font-weight: bold;
}

.middlebold {
  font-size: 1.2em;
  font-weight: bold;
}

.pageHeader {
  font-size: 1.8em;
  font-weight: bold;
}

.comment {
  font-size: 0.8em;
}

.bar {
  font-family: "lucida grande", verdana, sans-serif;
  padding: 0px;
  background: #FF8000;
  color: #FFFFFF;
  font-weight: Normal;	
  text-decoration: None;
}

.formIdent {
  font-weight: bold;
  text-align: right;
  background: rgb(255,220,185);
}

.req {
  font-size: 1.2em;
  color: #FF0000;
  font-weight: bold;
}

.taglist {

border: 1px solid #666666;

margin-top:40px; margin-bottom:30px;

}



.taglist tbody tr td {

font-family: "lucida grande", verdana, sans-serif;

font-size: 8pt;

padding: 3px 8px;

border-left: 1px solid #D9D9D9;

}

.taglist tbody tr span td {

font-family: "lucida grande", verdana, sans-serif;

background-color: #cccccc;

font-size: 8pt;

padding: 3px 8px;

border-left: 1px solid #D9D9D9;

}


.taglist tbody tr.selected td {

background-color: #3d80df;

color: #ffffff;

font-weight: bold;

border-left: 1px solid #346DBE;

border-bottom: 1px solid #7DAAEA;

}

