BODY, FORM, TABLE, TD, TH, DIV, SPAN {
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
}

P, UL {
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
}

P.href {
  margin: 0px;
}

P.ra {
  text-align: right;
}

A:link {
  text-decoration: none;
  color: Blue;
}

A:visited {
  text-decoration: none;
  color: Blue;
}

A:hover {
  text-decoration: underline;
  color: #FFA500;
}

.divbar {
  color: #FFFFFF;
  background-color: #0070C0;
}

A.menu:link,A.menu:visited,A.menu:active,A.menu:hover {
  color: black;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  line-height: normal;
}

A.submenu:link,A.submenu:visited,A.submenu:active,A.submenu:hover {
  color: black;
  text-decoration: none;
  font-size: 8pt;
  font-weight: normal;
  line-height: normal;
}

A.mm:link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  line-height : normal;
}

A.mm:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  line-height : normal;
}

A.mm:hover {
  color: #FFCC00;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  line-height : normal;
}

A.black:link {
  color: black;
  text-decoration: none;
}

A.black:visited {
  text-decoration: none;
  color: black;
}

A.black:hover {
  text-decoration: underline;
  color: black;
}

A.action:link {
  text-decoration: underline;
  font-weight: bold;
  color: Red;
}

A.action:visited {
  text-decoration: underline;
  font-weight: bold;
  color: Red;
}

A.action:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #FFA500;
}


DIV.rHead {
  font-weight: bold;
  font-size: 10pt;
  color: RGB(100,100,100);
}

DIV.rHeadIL {
  font-weight: bold;
  color: RGB(100,100,100);
}

DIV.h2 {
   font-weight: bold;
   color: RGB(70,70,70);
   margin-top: 0px;
   margin-bottom: 0px;
}

DIV.linkDescr {
  background-color: #D0D0D0;
  border: none;
  padding: 5px;
  padding-left: 20px;
  margin-bottom: 15px;
}

DIV.warning {
  background-color: #fff0f0;
  border: none;
  padding: 5px;
  padding-left: 20px;
  margin-bottom: 15px;
  color: red;
}

DIV.comment {
  font-size: x-small;
  background-color: #D0D0D0;
  border: none;
  padding: 5px;
}

SPAN.red {
  font-weight: bold;
  color: red;
}

SPAN.blue {
  font-weight: bold;
  color: blue;
}

SPAN.tag {
  font-family: Courier;
  color: navy;
}

SPAN.js {
  font-family: Courier;
  color: #850026;
}

SPAN.ps {
  font-family: Courier;
  color: Green;
}

SPAN.css {
  font-family: Courier;
  color: #990099;
}

CODE {
  color: RGB(150,150,150);
}

PRE {
  white-space: pre;
  background-color: #F0F0F0;
  border: none;
  padding: 5px;
}

PRE.js {
  white-space: pre;
  background-color: #F0F0F0;
  border: none;
  padding: 5px;
  color: #850026;
}

PRE.css {
  white-space: pre;
  background-color: #F0F0F0;
  border: none;
  padding: 5px;
  color: #990099;
}

A.ortlTitleLink {
  font-weight: bold;
}

A.ortlALinkTitle {
  font-weight: bold;
}

.smaller {
  font-size: smaller;
}

.tipHeader {
  color: #166587;
  font-weight: bold;
}

.tip {
  color: #166587;
  font-size: small;
}

.fieldLabel {
  font-size: x-small;
}

.form {
  background-color: silver;
  padding: 5px;
  border: outset 2px white;
}

.cur {
  color: #F79200;
  font-size: 10pt;
  font-weight: bold;
}

.copyr {
  font-size: 7pt;
}

a.ref:link, a.ref:active, a.ref:visited,a.ref:hover {
 color: #004090;
 text-decoration: underline;
 font-size: 10pt;
 font-weight: bold;
}

.zap {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}
.zap a{
    color: #000;
    text-decoration: none;
    cursor: default;
    margin: 0px 5px;
}
.nzap {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1px;
    color: #FDAE59;
}
.nzap a {
    text-decoration: none;
    color: #FDAE59;
    cursor: default;
}

