body {
 font:14px Arial, Helvetica, sans-serif;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
 background-color: #2d3851;
}

td {
 font:medium Arial, Helvetica, sans-serif;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}

h1 {
 font-size: 30px;
 font-weight: normal;
 color: #e9f2fc;
 }

h2 {
 font-size: 16px;
 font-weight: bold;
 color: #333;
 }

h3 {
 font-size: 14px;
 font-weight: bold;
 color: #333;
 }

p {
 font-size: medium;
 font-weight: normal;
 line-height: 18px;
 color: #333;
 }

a {
 font-size: medium;
 font-weight: normal;
 text-decoration: underline;
 color: #0000f0;
 }

a:visited {
 text-decoration: none;
 color: #000090;
 }

a:hover {
 text-decoration: underline;
 color: yellow;
 }

a.navlink {
 font-size: medium;
 font-weight: normal;
 text-decoration: none;
 color: #e9f2fc;
 }

a.navlink:visited {
 text-decoration: none;
 color: #e9f2fc;
 }

a.navlink:hover {
 text-decoration: none;
 color: gold;
 }

a.newslink {
 font-size: medium;
 font-weight: normal;
 line-height: 14px;
 text-decoration: none;
 color: #c00050;
 }

a.newslink:visited {
 text-decoration: none;
 color: #900020;
 }

a.newslink:hover {
 text-decoration: underline;
 }

li {
 font-size: medium;
 font-weight: normal;
 line-height: 18px;
 padding-bottom: 7px;
 color: #333;
 }

.navcell {
 padding: 3px 7px 3px 7px;
 }

.newsheader {
 font-size: medium;
 font-weight: normal;
 line-height: 14px;
 padding-left: 5px;
 color: #e9f2fc;
 background-color: #fff;
 background-color: #5f7797;
 }

.newscell {
 font-size: small;
 font-weight: normal;
 line-height: 14px;
 padding-top: 7px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 9px;
 color: #464c64;
 background-color: #a7aeb8;
 }

.breadcrum, .breadcrum a {
  font-size: 12px;
  ine-height: 10px;
}

.update {
 font-size: 12px;
 font-weight: normal;
 line-height: 14px;
 color: #e9f2fc;
 }

.copyright, .copyright a {
 font-size: x-small;
 font-weight: normal;
 line-height: 10px;
 color: #464c64;
 }

 hr {
 color: #464c64;
 background: #464c64;
 margin: auto 0px auto auto;
 width: 100%;
 height:1px;
 text-align: right;
 border: 1px solid #464c64;
 }

