body, td, th {
  font-family: arial,sans-serif;
  font-size: 83%;
}

 

.link {
  font-family: arial,sans-serif;
  font-size: 90%;
  color: #0000cc;
  background-color: transparent;
  padding:0px 0px;
  text-decoration: underline;
  border: none;
}

.formatlabel {
  text-transform:uppercase;
  color:green;
  font-size:10px;
  margin-left:5px;
  font-weight:bold;
}

 

td.activeTab, td.inactiveTab {
  text-align: center;
  color:#efefef;
}

td.activeTab {
  font-weight:bold;
  background-color:#ddad08;
  border: 0px;
}

td.inactiveTab {
  background-color:#fefade;
}

div.inactiveTabText {
  border-left: 1px solid #c6ced7;
  border-right: 1px solid #c6ced7;
  padding: 0px 0px 2px;
  color: black;
  white-space: nowrap;
}

div.inactiveTabText a {
  text-decoration: none;
  color: black;
}

div.activeTabText a {
  text-decoration: none;
  color: white;
}

div.activeTabText {
  padding: 0px 0px 2px;
  color: white;
  white-space: nowrap;
  font-weight: bold;
  border: 0px;
}

 
div.inactive3 {
  border-top: 1px solid #c6ced7;
}

table.mainTabs {
  border-bottom: 1px solid rgb(221, 173, 8);
  padding: 0px;
}

 
div.crumbstext {
  padding: 3px 0px 4px;
  font-weight:bold;
  color: white;
  text-decoration: none;
}

div.crumbstext a{
  color: white;
  text-decoration: none;
}

div.subtabcontainer {
  border-style: none solid solid;
  border-color: #cccccc;
  border-width: 0pt 1px 1px;
  width: 100%;
}

table.subtabcontainer {
  padding: 10px;
  width: 100%;
}

.subtabs {
  border-bottom:1px solid #ccc;
  margin:0px;
  padding-bottom:23px;
  padding-left:10px;
}

.subtabs ul, .subtabs li {
  display: inline;
  list-style-type:none;
  margin:0px;
  padding:0px;
}

.subtabs a:link, .subtabs a:visited {
  background:#E8EBF0;
  border:1px solid #ccc;
  color:black;
  float:left;
  font-weight:normal;
  line-height:14px;
  margin-right:8px;
  padding:4px 10px 4px 10px;
  text-decoration:none;
}

.subtabs a:link.activeTab, .subtabs a:visited.activeTab {
  background:#ffffff;
  border-bottom: 1px solid #ffffff;
  color:#000000;
}

.subtabs .activeTab {
  text-decoration:none;
  background:#fff;
  border-bottom:1px solid #fff;
  color:#000;
  font-weight:bold;
  cursor:text;
}

hr.yellow {
  height: 2px;
  border: 0;
  width: 100%;
  color: #ddad08;
  background-color: #ddad08;
}

hr.blue {
  height: 2px;
  border: 0;
  width: 100%;
  color: #336699;
  background-color: #336699;
}

hr.red {
  height: 2px;
  border: 0;
  width: 100%;
  color: #aa1002;
  background-color: #aa1002;
}

hr.green {
  height: 2px;
  border: 0;
  width: 100%;
  color: #339966;
  background-color: #339966;
}

div.indent {
  margin-left: 3em;
}

.example {
  font-size: x-small;
  font-style: italic;
  font-weight: normal;
}

table.margins {
  margin: 1em;
}

 

div.fixedwidth {
  width: 800px;
}

  
