/**
 * dzblue.css - Stöd-CSS för demzane.com
 */

 BODY, TD {
   margin: 5px;
   padding:0px;
   font-family: verdana;
   font-size: 7.5pt;
 }

 A, P, DIV, BODY, TABLE, FONT, FORM, TEXTAREA, INPUT, SELECT {
   font-family: verdana;
   font-size: 7.5pt;
 }

 TD.mainBG { background: #ffffff; background-image: url("./img/DZB-bg1.gif"); }

 INPUT:button  {
   font-size: 7pt;
 }

 .clsH0 {
   font-size: 9pt;
 }

 .clsH1 {
   font-family: Times New Roman;
   font-size: 40pt;
   color: #89D0F9;
 }

 .clsH2 {
   font-size: 12pt;
 }

 .clsH2w {
   font-size: 12pt;
   font-weight: bold;
   color: #f9f9f9;
 }

 .clsH3 {
   font-size: 9pt;
   font-weight: bold;
   color: #196089;
 }

 .clsH4 {
   font-size: 8pt;
 }

 .clsBUT {
   font-size: 8pt;
   width: 250;
   font-weight: bold;
   color: #196089;
 }

 .headBUT {
   font-size: 8pt;
   font-weight: bold;
   color: white;
   text-decoration: none;
 }

 HR {
   width: 80%;
   height: 3;
   border: 1;
   background: #3333BB;
   color: #3333FF;
   border-color: white;
   border-style: inset;
 }

 HR.line {
   width: 80%;
   height: 1;
   border: 0;
   background: #3333FF;
   color: #3333FF;
 }

 TR.tabRUB {
   background: #196089;
 }

 TR.tabHEAD {
   font-weight: bold;
   background: #191919;
   color: #ffffff;
 }

 TR.tabDZB {
   background: #89D0F9;
 }
