﻿/*OC
*/
* {
  margin: 0px;
  padding: 0px;
}

.clear {
  clear: both;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img {
  border-width: 0px;
}

h1 {
  display: inline;
  color: #3F89C3;
  font-size: 16px;
  font-weight: bold; /*border:1px solid #F0F9FD;*/
  float: left;
  margin: 12px 1px 9px 12px;
}

hr {
  border-width: 1px 0px 0px 0px;
  border-color: black;
  border-style: solid;
  height: 1px;
}

#altDiv {
  font-family: tahoma;
  font-size: 11px;
  z-index: 1;

  background-color: #eef6ff;
  border: 1px solid #6A91B4;
}

