body {
  background : #244c94;
  color : #000000;
  font-family : 'Times New Roman', Verdana, Arial, Helvetica, sans-serif;
  font-size : 8pt;
  font-weight : normal;
  margin-top : 0; margin-right : 0; margin-bottom : 0; margin-left : 0;
}
a:link {
  color : #083184;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-weight : normal;
}
a:visited {
  color : #083184;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-weight : normal;
}
a:hover {
  color : #ff0000;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-weight : normal;
}
a:active {
  color : #083184;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-weight : normal;
}

a.nav:link {
  color : #083184;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 8pt;
  font-weight : bold;
  text-decoration: none;
}
a.nav:visited {
  color : #083184;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 8pt;
  font-weight : bold;
  text-decoration: none;
}
a.nav:hover {
  color : #ff0000;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 8pt;
  font-weight : bold;
  text-decoration: none;
}
a.nav:active {
  color : #083184;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 8pt;
  font-weight : bold;
  text-decoration: none;
}

a.second:link {
  color : #083184;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 8pt;
  font-weight : normal;
  text-decoration: none;
}
a.second:visited {
  color : #083184;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 8pt;
  font-weight : normal;
  text-decoration: none;
}
a.second:hover {
  color : #ff0000;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 8pt;
  font-weight : normal;
  text-decoration: none;
}
a.second:active {
  color : #083184;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 8pt;
  font-weight : normal;
  text-decoration: none;
}

span {
  font-family : Verdana, Arial, Helvetica, sans-serif;
}
.center {
  text-align : center;
}
.right {
  text-align : right;
}
.left {
  text-align : left;
}

td {
  color : #000000;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-weight : normal;
}

td.white {
  background : #ffffff;
}

td.dkblue {
  background : #00008c;
}

table.chart { border : #083184 solid 2px; }
td.header { background : #abe8f2; border : #083184 solid 1px; font-size : 8pt;}
td.content { background : #ffffff; border : #083184 solid 1px; font-size : 8pt; }

.firstWord { color : #083184; font-size : 10pt; font-weight: bold; }

.firstLinkSelected { font-family : Verdana, Arial, Helvetica, sans-serif; color : #ff0000; font-size : 8pt; font-weight: bold; }

.secondLinkSelected { font-family : Verdana, Arial, Helvetica, sans-serif; color : #ff0000; font-size : 8pt; font-weight: normal; }

.title { color: #000000; font-family : Arial, Helvetica, sans-serif; font-size : 10pt; font-weight: bold; }

.copyright { color: #6186ca; font-family : Arial, Helvetica, sans-serif; font-size : 8pt; font-weight: normal; }

.italics { font-style: italic; }

.small { font-size : 8pt; }

.bold { font-weight: bold; }

.selected { color: #ae3690; }

.required { color: #ff0000; }

.whiteText { color: #ffffff; }

.underline { text-decoration:underline; }