@charset "UTF-8"; 
/* CSS Document */ 
/* Table Styles ------------------------------------------------------------------------------- */ 

table.rga1 {
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: black;
  background-color: white;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #666666;
}

table.rga2 {
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: black;
  background-color: white;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #666666;
}

tr.mainhead {
  background-color: #cc0000;
  text-align: left;
  line-height:13px;
}

tr.mainhead td {
  font-weight: bold;
  font-size: 11px;
  color: white;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 3px;
}

tr.subhead {
  background-color: #cc0000;
  text-align: left;
  padding-left: 6px;
  padding-right: 3px;
  line-height:12px;
}

tr.subhead td {
  border-top: 1px solid white;
  font-weight: bold;
  font-size: 10px;
  color: white;
  padding-top: 3px;
  padding-bottom: 3px;
}

tr.body1 {
  border-bottom: 1px dotted #666666;
  text-align: left;
  padding-left: 6px;
  padding-right: 3px;
  font-weight: normal;
  font-size: 10px;
  color: black;
  background-color: white;
  line-height:12px;
}

tr.body1 td {
  padding-left: 6px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

tr.body2 {
  border-bottom: 1px dotted #666666;
  text-align: left;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: black;
  background-color: #E1E1E1;
  line-height:12px;
}

tr.body2 td {
  padding-left: 6px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

tr.ancillary {
  color: #666666;
  font-size: 9px;
  text-align:left;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  color: #666666;
  font-size: 9px;
  line-height:11px;
  padding-top:3px;
  padding-bottom:3px;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

tr.ancillary td {
  padding-left: 6px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  line-height: 10px;
}

/* Table Link Styles ------------------------------------------------------------------------------- */ 
.tablelinks {
  font-family: arial, helvetica, sans-serif;
  color: #cc0000;
}

.tablelinks a {
  font-family: arial, helvetica, sans-serif;
  color: #cc0000;
  text-decoration: underline;
}

.tablelinks a:hover {
  text-decoration: none;
}