body {background-color: #3679AD;
      color: #000000;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      padding: 0;
      }

#menu	{}

img.yandex  { display:none }

DIV.submenu { position: absolute;
	      width: 175;
	    }

DIV.item	{ height: 26;
		  text-align: center;
		}
DIV.sub	
{  text-align: right;
	  filter: Alpha(opacity=70);
	  background-color: #2222FF;
	  height: 15;
	  width: 130;
	  margin: 4;
	  padding-right: 3;
}

DIV.subs
{
	position: relative;
	left: -200;
}

.sub_active {
	    font-family: verdana;
	    font-size: 10px;
	    font-weight: bold;
	    text-transform: lowercase;
	    color: #FFF83C;
	    }
div.nav  {
	  color: #ccffff;
    	  font-family: verdana;
          font-size: 11;
	  text-transform: lowercase;
	  padding-left: 180;
	  width:623;
	  background-color: #011F74;
	  }

table.main	{
	  width: 760;
	  height: 400;
	  background-image: url(pics/bgmain.jpg);
      background-repeat: no-repeat;
    	  background-position: 21 0;
	  margin: 0;
	  padding: 0;
	  }

table.trans {
	  background-image: url(pics/bgtrans.jpg);
	  background-repeat: no-repeat;
	  background-color: #C4D7E6;
	  padding: 30;
	  padding-top: 10;
	  width: 100%;
	  height: 450;
    	  font-size: 12;
	  font-family: Verdana;
	  }

td.trans_title {
	  font-family: verdana;
	  font-size: 11px;
	  padding: 0;
	  padding-left: 30;
	  margin: 0;
	  height: 16;
	  font-weight: bold;
	  background-color: #001E74;
	  text-transform: uppercase;
	  color: white;
	  }
	  
td.leftmenu  {
	  vertical-align: bottom;
	  width: 175;
	  padding-bottom: 20;
	  height: 450;
	    }

td.menuitem  {
	  background-image: url(pics/menu_button.jpg);
      background-repeat: no-repeat;
	  background-position: top center;
	  width: 175;
	  height: 25;
	  vertical-align: top;
	  text-align: left;
	  text-indent: 20;
	  }

th.sql      { font-family: sans-serif; 
	    font-size: x-small; 
	    font-weight: bold; 
	    background-color: #3679AD;
	    color: #FFFFFF;}
	    
td.sql      { font-family: sans-serif;
	     font-size: x-small;}


td.menu    {text-align: center; 
	    color: #ccffff;
            font-family: verdana;
            font-size: 10;
  	    font-weight: bold;
  	    text-transform: lowercase;
	    padding-left: 4;
	    padding-right: 4;
			}
td.menuactive      {text-align: center;
	    color: #FFF83C;
            font-family: verdana;
            font-size: 10;
  	    font-weight: bold;
  	    text-transform: lowercase;
	    padding-left: 4;
	    padding-right: 4;
		}

a:link    {background-color: transparent;
           text-decoration:none;
		   color: darkblue;}
a:active  {background-color: transparent;
           text-decoration:underline;
		   color: darkblue;}
a:visited {background-color: transparent;
           text-decoration:none;}
a:visited:hover {background-color: transparent;
           text-decoration:underline;}

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


a.menuitem	{ color: #ccffff;
		  font-family: verdana;
		  font-size: 13;
		  font-weight: bold;
		  text-transform: lowercase;
			}

a.menuitem:hover 	    {color: #ffffff;
				  text-decoration:none;}

a.menusubitem	{ color: white;
		  font-family: verdana;
		  font-size: 10px;
		  font-weight: bold;
		  text-transform: lowercase;
		}
				
a.menusubitem:hover	{ color: #FFF83C;
			  text-decoration:none;
			}

