* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #232323;
}

a:link, a:visited {
  color: #6b9aac;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color:#800000;
  text-decoration: underline;
}
a:active {
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
a img {
  border: none;
}

table {
  width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
table tr td, table tr th {
  vertical-align: top;
  text-align: left;
  padding: 3px;

}
table tr th {
  background-color: #000;
  color: #fff;
}
table tr td {
 background-color: #fff;
}
table tr.even td {
  background-color: #efefef;
}

h1 {
  color: #263a53;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
}
h1 * {
  color: #263a53;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1px;
}
h2 {
  color: #3e6e82;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  margin: 15px 0 5px 0;
}
h3 {
  color: #3e6e82;
  font-size: 13px;
}

ol {
  margin: 0 0 0 25px;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li, ol li {
  margin: 0;
}
ul li {
  padding: 0 0 0 10px;
  background: transparent url(../images/layout/li.gif) 0 4px no-repeat;
}
ol li {
  background-image: none;
  padding: 0;
}

p {
  margin: 5px 0 10px 0;
}
