﻿a:link {
  background: none;
  color: #0000ff;
  text-decoration: none;
}
a:visited {
  background: none;
  color: #000080;
  text-decoration: none;
}
a:hover {
  background: none;
  color: #ff0000;
  text-decoration: underline;
}
a:active {
  background: none;
  color: #ff0000;
  text-decoration: none;
}

body {
  border: 0px;
  background: #3080c0 url(../images/layout/bg-fade.gif) repeat-x;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  height: 100%;
  margin: 0px;
  padding: 0px auto 0px auto;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

img {
  border: none;
}

html {
  border: 0px;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}



.black {
  color: #000000;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}
div.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
table.center {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.clear {
  clear: both;
}

.details {
  border-bottom: none 0px;
  border-left: none 0px;
  border-right: none 0px;
  border-top: solid 2px #003060;
  clear: both;
  margin: 0px;
  padding: 4px 0px 0px 0px;
}

.gray {
  color: #a0a0a0;
}

.iefix {
  background: none;
  position: relative;
}

.img-right {
  border: 0px;
  display: block;
  clear: both;
  float: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  margin: 0px 0px 4px 4px;
  padding: 0px;
  text-align: center;
  text-decoration: none;
}

.left {
  text-align: left;
}
div.left {
  margin-right: auto;
  text-align: left;
}
table.left {
  margin-right: auto;
  text-align: left;
}

.note {
  font-size: 8pt;
}

.red {
  color: #ff0000;
}

.right {
  text-align: right;
}
div.right {
  margin-left: auto;
  text-align: right;
}
table.right {
  margin-left: auto;
  text-align: right;
}

.title {
  border-bottom: solid 2px #003060;
  clear: both;
  color: #003060;
  font-size: 11pt;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 4px;
}

.topic {
  border: 0px;
  /*clear: both;*/
  color: #008000;
  font-family: Arial;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}


#content {
  background: #ffffff;
  border: solid 1px #000000;
  color: #000000;
  margin: 0px 5px 0px 0px;
  max-width: 595px;
  padding: 5px;
  /*position: relative;*/
  text-align: left;
}

#copyright {
  background: #3080c0;
  color: #ffffff;
  font-size: 7pt;
  text-align: center;
}

#date {
  color: #ff0000;
  font-weight: bold;
  padding: 5px;
  text-align: right;
}

#menu {
  border: none 0px;
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
  /*text-align: left;*/
  text-align: center;
  width: 150px;
}

#menu li {
  background: #c0e0ff;
  border-bottom: solid 1px #003080;
  border-left: solid 1px #0040a0;
  border-right: solid 1px #80a0d0;
  border-top: solid 1px #ffffff;
  margin: 0px;
  padding: 0px;
}

#menu li a {
  border: 0px;
  display: block;
  margin: 0px;
  padding: 4px;
}

#menu li a:link {
  background: none;
  color: #d00000;
  text-decoration: none;
}
#menu li a:visited {
  background: none;
  color: #800000;
  text-decoration: none;
}
#menu li a:hover {
  background: #ddeeff;
  color: #ff0000;
  text-decoration: none;
}
#menu li a:active {
  background: #eeffff;
  color: #ffa040;
  text-decoration: none;
}

#menu li.header {
  background: #4080b0;
  color: #ffffff;
  margin: 0px;
}

#menu li.header div {
  background: #4080b0;
  border: none 0px;
  color: #ffffff;
  margin: 0px;
  padding: 4px;
}

#menu ul {
  border: solid 1px #000000;
  font-weight: bold;
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: left;
}

#page {
  border: 0px;
  margin: 0px;
  max-width: 750px;
  min-width: 470px;
  padding: 0px;
}

#titlebar {
  background: url(../images/layout/titlebar.gif) no-repeat left top;
  color: #ff0000;
  font-weight: bold;
  height: 102px;
  padding: 4px;
  text-align: right;
  white-space: nowrap;
}