BODY, FORM, TABLE, TD, TH {
  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: Magenta;
}

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

A.rubriki:link {
  color: white;
  text-decoration: none;
  font-size: 14pt;
  line-height : normal;
}

A.rubriki:visited {
  text-decoration: none;
  color: #F2F2F2;
  font-size: 14pt;
  line-height : normal;
}

A.rubriki:hover {
  text-decoration: underline;
  font-size: 14pt;
  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;
  layer-background-color: #D0D0D0;
  border: none;
  padding: 5px;
  padding-left: 20px;
  margin-bottom: 15px;  
}

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

DIV.comment {
  font-size: x-small;
  background-color: #D0D0D0;
  layer-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: DarkGreen;
}

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

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

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

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

PRE.css {
  white-space: pre;
  background-color: #F0F0F0;
  layer-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: #FFCC00;
  font-weight: bold;
  font-size: 14pt;
}

.copyr {
  font-size: 7pt;
}