/* Header1 */
table.header1 {
  font-size:14px;
  color:#2092d8;
  font-weight:bold;
  text-align:left;
  width:100%;
  border-spacing:0px;
  border-collapse:collapse;
}
table.header1 td {
  background-color:#dee3e7;
  background-repeat:no-repeat;
}
table.header1 td.q0 {
  width:9px;
  height:9px;
  background-image:url(../art/layout/h1_0.gif);
  background-position:top left;
}
table.header1 td.q1 {
  width:9px;
  height:9px;
  background-image:url(../art/layout/h1_1.gif);
  background-position:top right;
}
table.header1 td.q2 {
  width:9px;
  height:9px;
  background-image:url(../art/layout/h1_2.gif);
  background-position:bottom left;
}
table.header1 td.q3 {
  width:9px;
  height:9px;
  background-image:url(../art/layout/h1_3.gif);
  background-position:bottom right;
}

/* Table  */
table.legenda {
  width:100%;
  border-spacing:2px;
  border-collapse:collapse;
  margin-top:10px;
}
table.legenda th {
  font-weight:normal;
  background: #d2d7da;
  background-repeat: no-repeat;
}
table.legenda th.top0 {
  background-image: url(../art/layout/table_0.gif);
  background-position: top left;
  width:9px;
  height:9px;
}
table.legenda th.top2 {
  background-image: url(../art/layout/table_1.gif);
  background-position: top right;
  width:9px;
  height:9px;
}
table.legenda th.topcontent {
  margin:0px;
  padding:0px;
  text-align:left;
  height:6px;
}
table.legenda th.top4 {
  border-bottom: 2px solid #eeeeee;
}
table.legenda th.bot0 {
  background-image: url(../art/layout/table_2.gif);
  background-position: bottom left;
  width:9px;
  height:9px;
}
table.legenda th.botcontent {
  margin:0px;
  padding:0px;
  text-align:right;
  height:6px;
}
table.legenda th.bot2 {
  background-image: url(../art/layout/table_3.gif);
  background-position: bottom right;
  width:9px;
  height:9px;
}
table.legenda td {
  background:#e6e6e6;
  border-bottom: 2px solid #eeeeee;
  margin:0px;
  padding:0px;
	  text-align:left;
}
table.legenda td.t0 {
background:#cccccc;
}
table.legenda td.left {
background:#cccccc;
}
table.legenda td.firstcol {
  background:#cccccc;
  color:#2092d8;
  text-align:right;
}
table.legenda td.firstcol p {
  float:right;
}
