html {
    background: url(header.gif) top center no-repeat;
    background-color: #0069BD;
    font-family: Tahoma, Arial, sans-serif;
    padding-top: 100px;
}
body {
  width: 90%;
  margin: 0 auto;
  font-family: Tahoma, Arial, sans-serif;
  color: black;
}

header {
  margin-top: 0px;
  background: url('header.gif') top center no-repeat;
  color: white;
  padding-top: 135px;
  font-size: 16px;
  white-space:nowrap;
  font-family: monospace;
}

h2 {
  color: white;
  background-color: #0069BD;
  font-size: 16px;
}

h3 {
  color: #0069BD;
  font-size: 14px;
  text-align: right;
}

h3 a {
  color: #fff;
}

b {
  color: white;
  background-color: #525D76;
}

p {
  background: white;
  color: black;
  font-size: 12px;
}

a {
  color : black;
}

a.name {
  color : black;
}

hr {
  display: none;
}

table {
  background-color: #ffffff;
  border: 1px solid #000;
  border-collapse:collapse;
}

tr:first-child
{
  background: #ffffff url('stripebar.gif') repeat-x left top;
  height: 45px;
  vertical-align: top;
} 
	
th {
  color: #ffffff;
}

td {
  padding: 3px 10px 3px 2px;
}

td img {
  vertical-align: middle;
}
