
body { background-color: #F6F7EB }

h1 { font-size: 20pt; font-weight: bold; color: #0a500a;}
h2 { font-size: 17pt; font-weight: bold; color: #0a500a;}
h3 { font-size: 15pt; font-weight: bold; color: #0a500a;}
h4 { font-size: 13pt; font-weight: bold; color: #0a500a;}

img { border: 0; }

.rub
{
  background-color: #F6F7EB;
}

.content
{
  background-color: #FFcc80; 
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 12pt;
  font-weight: normal;
  text-align: justify;
  padding-left: 40px; padding-right: 40px; padding-top: 15px; padding-bottom: 5px;
}

.content td,.content th
{
  border: #0D6010 1px solid; font-size: 12pt;
  border-left-width: 0;
  border-top-width: 0;
  text-align: center;
}

.content .firstcolumn { border-left-width: 1px; }
.content .toprow { border-top-width: 1px; }
.content .topleftcell { border-left-width: 1px; border-top-width: 1px; }
.content ul { margin-top: 1px; }
.content a:link { color: #0c6c0c; text-decoration: none; }
.content a:visited { color: #0c6c0c; text-decoration: none; }
.content a:hover { color: #0c6c0c; text-decoration: underline; }

.menuOutTd
{ 
  background-color: #0c6c0c;
}

.menu
{
  font-family: Helvetica, Cursive, Sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #FFcc80; 
  background-color: #0c6c0c;
  border-bottom: solid #11780c 1px;
  padding-left: 15px; padding-right: 15px; 
}

.menuMouseOver
{
  font-family: Helvetica, Cursive, Sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #FFcc80; 
  background-color: #0a500a;
  border-bottom: solid #11780c 1px;
  padding-left: 15px; padding-right: 15px; 
}

.menuActive
{
  font-family: Helvetica, Cursive, Sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #0D6010;
  background-color: #c87800;
  border-bottom: solid #11780c 1px;
  padding-left: 15px; padding-right: 15px; 
}

.menu a:link { color: #FFcc80; text-decoration: none }
.menu a:visited { color: #FFcc80; text-decoration: none }
.menu a:hover { color: #FFcc80; text-decoration: none }
.menuMouseOver a:link { color: #FFcc80; text-decoration: none }
.menuMouseOver a:visited { color: #FFcc80; text-decoration: none }
.menuMouseOver a:hover { color: #FFcc80; text-decoration: none }

hr {
  border: 0;
  width: 100%;
  color: #0a500a;
  background-color: #0a500a;
  height: 2px;
}