@charset "utf-8";
/* CSS Document */


/**********************************************	*/
/*		TABLE USED IN F5000 MARQUE PAGES		*/
/**********************************************	*/

  table.standard.f5000-type-table, 
  table.standard.f5000-type-table thead, 
  table.standard.f5000-type-table tbody, 
  table.standard.f5000-type-table tr, 
  table.standard.f5000-type-table th, 
  table.standard.f5000-type-table td {
    display: block;
  }
  table.standard.f5000-type-table {
    border: none;
  }
  table.standard.f5000-type-table tr th {
	display: none;
  }
  table.standard.f5000-type-table tr td {
    border: none;
    position: relative;
  }
  table.standard.f5000-type-table tr.odd td {
	background-color: transparent;
  }
  table.standard.f5000-type-table td:before {
    position: absolute;
    left: 6px;
    width: 110px;
    padding-right: 10px;
    white-space: nowrap;
  }
  table.standard.f5000-type-table tr td:nth-of-type(1) { 
	font-size: 18px; 
	padding-top: 25px; 
	padding-left: 6px; 
	font-weight: bold;
  }
  table.standard.f5000-type-table tr td:nth-of-type(2) { padding-left: 65px; }
  table.standard.f5000-type-table tr td:nth-of-type(2):before { content: "Year(s): "; }
  table.standard.f5000-type-table tr td:nth-of-type(3) { padding-left: 112px; }
  table.standard.f5000-type-table tr td:nth-of-type(3):before { content: "Number built: "; }
  table.standard.f5000-type-table tr td:nth-of-type(4) { padding-left: 6px; }
  table.standard.f5000-type-table tr td br { display: none; }

