@CHARSET "CP-1251";
@import url('layouts.css');

html, body {margin: 0px; padding: 0px; width: 100%; height: 100%;}

body {
  min-height: 100%;
  min-width: 1230px;
  height: auto !important;
  height: 100%;
  position: relative;
  border: 0px;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 10pt;
  color: #000;
  background:#16120f url('/img/noise_bg.jpg');
}



h1,h2,h3,h4,h5	{font-family:Calibri, Arial,Verdana, Tahoma; margin:0px;}
h1	{font-weight: normal;font-size: 18pt;line-height:18pt;margin:0 0 20px}

img	{border:0;}

a	{text-decoration:underline;}
a:hover {text-decoration:none;}
a.img, a.img:hover	{border:0; text-decoration:none}

ul	{padding:0; margin:0 0 0 20px;}
li	{margin:2px 0;padding: 1px 0; list-style-type:disc;list-style-image: url('/img/li_marker.png') }

div	{border-width:0; padding:0; margin:0; text-align:left;}



table	{border-collapse: collapse;}
td	{font-size: 10pt;}



