body, p, th, td, input, select, textarea {
  font:12px/1.4 Arial,Helvetica,Geneva,'Liberation Sans',FreeSans,sans-serif
}
a {
  color: #ee7f01;
}
hr{
  border-color:#ccc;
  border-style:solid;
  border-width:1px 0 0;
  clear:both;
  height:0
}
h1,h2,h3,h4,h5,h6 {
  color: #ee7f01;
  margin-bottom:6px;
}
h1 {
  font-size:12px;
  text-transform: uppercase;
}
h2 {
  font-size:12px
}
h3 {
  font-size:12px
}
h4 {
  font-size:12px
}
h5 {
  font-size:12px
}
h6{
  font-size:12px
}
ol {
  list-style:decimal
}
ul {
  list-style-type:disc;
}
li{
  margin-left:15px
}
p,dl,hr,ol,ul,pre,table,address,fieldset{margin-bottom:6px}
td p {
  margin-bottom: 0;
}

tr.header {
  background-color: #007fb2;
}
tr.odd {
  background-color: #efefef;
}
tr.even {
  background-color: #ccc;
}

tr.header th {
  background-color: #007fb2;
  text-align: left;
}
