/* CSS Document */

#header {
    float:left;
	font-family: arial;
	text-align: center;
    width:100%;
    background:#ffffff url("/feg/images/bg2.gif")
      repeat-x bottom;
    font-size:95%;
    line-height:normal;
    }
  #header ul {
    margin:0;
    padding: 10px 10px 0;
    list-style:none;
    }
  #header li {
    float:left;
    background:url("/feg/images/norm_right.gif")
      no-repeat right top;
    margin:0;
    padding:0;
    }
  #header a, #header strong, #header span {
    display:block;
    background:url("/feg/images/norm_left.gif")
      no-repeat left top;
    padding:5px 15px 4px;
    }
  #header li.current {
    background-image:url("/feg/images/norm_right_on.gif");
    }
  #header li.current a {
    background-image:url("/feg/images/norm_left_on.gif");
	padding-bottom:5px;
    }

/* Added by R. Gibson */
  div.image {
  	float:right;
	text-align: center;
	padding-bottom: 10px;
  }
  table.container {
  	border-style: solid none none none;
  	border-width: 1px;
  	border-color: #333333 white white white;
  }
  table.data {
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
  table.data tr {
  	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	border-collapse: collapse;
  }
  table.data th {
  	background-color: #7795be;
	color: white;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	border-collapse: collapse;
	font-weight: bold;
  }
  table.data td {
  	border-style: solid solid solid solid;
  	border-width: 1px;
  	border-color: #333333;
	border-collapse: collapse;
  	color: black;
	font-weight: normal;
	padding: 1px 3px 1px 3px;
  }
  p.footnoteDataTable {
	font-size: 11px;
  }

