html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
background: #fff;
color: #000;
text-align: left;
font: 0.85em Arial, Tahoma, sans-serif;
}

:focus {
outline: 0;
}
table {
vertical-align: top;
border-collapse: collapse;
border-spacing: 0;
font-size: 100%;
}
tr, td {
  vertical-align: top;
}
a {
color: #ff9900;
text-decoration: underline;
}
a:hover {
color: #ff9900;
text-decoration: none; 
}
a:visited {
color: #999; 
}

h3.table {
  font-size: 16px !important;
  font-weight: normal;	
}
table {
  width: 100%;
  text-indent: 5px;
  margin-bottom: 25px;
}
table thead {
  background: url("../img/tableHeaderBg.gif") left top repeat-x;
  height: 39px;
  vertical-align: middle;
  line-height: 38px;
  width: 100%;
  font-weight: bold;
}
table thead .leftZagl {
  background: url("../img/tableHeader.gif") left top no-repeat;
  width: 13px;
}
table tbody{
  height: 45px;
  vertical-align: middle;
  line-height: 45px;
}
table tbody tr{
  border-bottom: 1px solid #d9d9d9;
}
table thead .rightZagl {
  background: url("../img/tableHeader.gif") right top no-repeat;
  width: 13px;
}

.clear {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0;
}

.textalign {
  text-align: center;
}
