* {
  font-family:arial, arial, sans-serif;
  font-size: 12px;
  line-height:15px;
}

ul {
  margin-top:0;
  margin-bottom:0px;
  list-style:square;
}

img {
  border:none;
}

form {
  margin:0;
}

a:link, a:visited {
  text-decoration: none;
  color: #3B8DDF;
  font-weight: bold;
}

a:hover {
  color: #ACACAC;
}

h1, h2, h3 {
  font-family:"Century Gothic","Apple Gothic",sans-serif;
  font-weight: normal;
  padding-left: 20px;
}

h1 {
  color: #e68f54;
  margin: 0px 0px 28px 0px;
  font-size: 20px;
  background: transparent url(../images/layout/arrow-orange.png) no-repeat 0px 2px;
}

h2 {
  color:#3b8ddf;
  margin: 0px;
  font-size: 18px;
  background: transparent url(../images/layout/arrow-blue.png) no-repeat 0px 2px;
}

p {
  padding-left: 20px;
}

hr {
  display: none;
}

div.hr {
  background: transparent url(../images/layout/hr.png) no-repeat;
  width: 635px;
  height: 19px;
  margin-left: 20px;
}

.hidden {
  display:none;
}

table {
  border:none;
}
table th {
  padding:2px 5px;
  text-align:left;
}
table td {
  padding:2px;
}
table th {
  border-right:1px solid #083852;
  border-bottom:1px solid #083852;
}

table tr.odd {
  background-color:#008dea;
}

table tr.even {
  background-color:#ededed;
}
