/* CSS Document */
/* This style sheet formats the "standard" tables used to display information */
/* This style sheet should NOT affect the page layout table */

table.standard
  {
  width: 100%;
  font-size: 11px;
  border: 1px #666666 solid; 
  margin-bottom: 12px;
  border-collapse: collapse;
  }

.standard td
  {
  font-size: 11px; 
  font-style: normal; 
  font-weight: normal; 
  border-top: 1px solid #666666; 
  border-right: 1px solid #666666; 
  border-bottom: 1px solid #666666; 
  border-left: 1px solid #666666; 
  padding-top: 8px; 
  padding-right: 5px; 
  padding-bottom: 8px; 
  padding-left: 5px; 
  vertical-align: top;
  }

.standard td a:link, .standard td a:visited
  {
  color: navy;
  }

.standard th
  {
  font-size: 11px; 
  font-style: normal; 
  font-weight: bold; 
  color: #333399; 
  padding-top: 8px; 
  padding-right: 5px; 
  padding-bottom: 5px; 
  padding-left: 5px; 
  border-top: 1px solid #666666; 
  border-right: 1px solid #666666; 
  border-bottom: 1px solid #666666; 
  border-left: 1px solid #666666; 
  background-color: #d6dfef;
  text-align: left; 
  vertical-align: center;
  }

td.tablesegment
  {
  font-size: 11px; 
  font-weight: bold; 
  color: #666666; 
  border-top: none; 
  border-right: none; 
  border-bottom: none; 
  border-left: none; 
  padding-top: 5px; 
  padding-right: 5px; 
  padding-bottom: 5px; 
  padding-left: 5px; 
  background-color: #F0F0F0;
  }

.standard li
  {
  font-size: 11px; 
  font-style: normal; 
  font-weight: normal; 
  margin-top: 0px; 
  margin-bottom: 6px;
  }

.standard ol
  {
  font-size: 11px; 
  font-style: normal; 
  font-weight: normal; 
  color: #000000; 
  margin-top: 0px; 
  margin-bottom: 8px;
  margin-left: 25px;
  }

.standard ul
  {
  font-size: 11px; 
  font-style: normal; 
  font-weight: normal; 
  color: #000000; 
  margin-top: 0px; 
  margin-bottom: 8px;
  margin-left: 20px;
  }

.standard p
  {
  font-size: 11px; 
  font-style: normal; 
  font-weight: normal; 
  color: #000000; 
  margin-top: 0px; 
  margin-bottom: 8px;
  }
  
  