/* CSS Document */
body {
      margin-top: 5px;
	  margin-bottom: 0px;
      background-image: url(pic/backgr.png);
}			
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#logo{
	background:url('pic/logo.png');
	background-position:center;
    background-position:top;
    background-repeat:no-repeat;
	height: 175;
}
#button_big{
	background:url('pic/big_ button.png');
	background-position:center;
    background-position:top;
    background-repeat:no-repeat;
	height: 41;
}
#button{
	background:url('pic/button.gif');
	background-position:left;
    background-position:top;
    background-repeat:no-repeat;
	height: 42;
}
#button_down{
	background:url('pic/polosa.png');
	background-position:center;
    background-position:top;
    background-repeat:no-repeat;
	height: 14;
}
.button_txt {
	color: #FF9933;
	font-size: 14px;
    font-weight: bold;
}
.logo_txt {
    font:Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
    font-weight: bold;
}

.style1 {font-size: 14px}
.style2 {font-size: 14px; color: #000000;}
.style4 {
	font-size: 12px;
	font-weight: bold;
}



