@charset "windows-1250";
body {margin:0;
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 140%; 
	font-weight: normal; 
	font-variant: normal; 
	color: #525252; 
	background-color:#CCCCCC;
  	margin: 5; 
	padding: 0;
	}

hr 	{
	color: #B8B8B8;
	height:1px;
	border-width:0;	
	background-color:gray;
	width:90%;
	float: left;
	}
/*ul {
    list-style-type: none;
    margin: 20;
    padding: 0;
    overflow: hidden;
	float: center;
}
li a {
    display: block;
    padding: 8px;
    background-color: #dddddd;
	color:#000000;
} 
li 					{float: left;}
li a 				{display: block; color: #000; text-align: center; padding: 13px 14px; text-decoration: none;font-weight: bold;}
li a:				hover: {background-color: #F5F5F5; color: #FF0000;}

p 	{font-size: 10px; 
	font-style: normal;
	line-height: 140%; 
	font-weight: normal; 
	font-variant: normal; 
	color: #525252;}*/
p a 				{display: block; color: #000; text-align: center; padding: 13px 14px; text-decoration: none;font-weight: bold;}
p a:				hover: {background-color: #F5F5F5; color: #FF0000;}
a 					{color:none; text-decoration: none;font-size: 14px;color: #000; }
a: hover:not(.active)
.tele {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:#F5F5F5;
    position: fixed;
    top: 0;
    width: 100%;
	font-size:110%;
	font-weight:bold;
 	float: center;
 	}
.top_logo			{color: #FFFFFF; font-size: 18px;	padding-top: 10px;	padding-left: 10px;	padding-bottom: 20px;	position: absolute; 	top: 10px; 	left: 295px; }
.top_log			{width:155px; height:244 px; position: fixed;  top: 5px; right: 0px;background-color: #F5F5F5;}
.footer-2 {
	position: fixed; 
	bottom: 1px;
    background-color: #F9F9F9;
    color: #4C6888;
    text-align: center;
    width: 100%;
    font-size: 12px;
    padding: 1px;
}
.footer-3 {
	position: absolute; 
	top: 80px;
    background-color: none;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 1px;
	padding-right: 10px;
}
* {box-sizing: border-box;}

/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #C5C5C5;
	/*position: fixed;	  */
    vertical-align: bottom;
	padding-left:15px;
	top: 0px; 
	left: 0px;
	border-radius:8px;
	width:95%;	
}
/* Style the topnav links */
.topnav a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    vertical-align: inherit;
    padding: 14px 16px;
    text-decoration: none;
	font-weight: bold;
	
}
/* Change color on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
	font-weight: bold;
	
}

/* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .topnav a {
        float: none;
        width: 100%;
    }
} 
