* {
  font-family: arial, verdana, sans-serif;
  font-size:12px;
  line-height:15px;
  color:#000;
}
p,h1,h2,h3,h4,h5,h6 {
  margin:0 0 10px 0;
}

h1 {
  font-size:22px;
  line-height:22px;
  color:#FF3334;
  font-weight:normal;
}
h2 {
  font-size:18px;
  line-height:18px;
  color: #184984;
  font-weight:normal;
}
h3 {
  font-size:14px;
  line-height:14px;
  color:#FF3334;
  font-weight:normal;
}
h4 {
  font-size:10px;
  line-height:10px;
}

a:link, a:visited {
  font-weight:normal;
  text-decoration:underline;
  color:#184984;
}
a:hover {
  font-weight:normal;
  color:#FF3334;
  text-decoration:underline;
}

a img {
    border: 0;
}

ul, ol {
  margin-top:8px;
  margin-bottom:8px;
}
ul {
  list-style:square;
}

hr {
  height:1px;
  border:none;
  background-color:#4064B1;
  color:#4064B1;
}

blockquote {
  background-color:#b8cde0;
  padding:5px;
  margin:8px 0;
}
blockquote p {
  margin:6px 0;
}
table.datatable {
  width:100%;
}
table.datatable th {
  text-align:left;
  padding:2px;
  font-weight:bold;
  background-color:#184984;
  color:#fff;
}
table.datatable td {
  background-color:#fff;
  padding:2px;
}

table.datatable tr td.odd,
table.datatable tr.odd td {
  background-color:#D6E3EF;
}

table.datatable tr td.moved,
table.datatable tr.moved td {
  background-color:#ccc;
}
form {
  margin:0px;
}
