.top_menu {
	color: white;
	font-family: "Times New Roman";
	font-size: 20px;
	text-decoration: none;
}
.top_menu:hover {
	color: white;
	font-family: "Times New Roman";
	font-size: 20px;
	text-decoration: none;
}
.last_news {
	color: #5a5a5a;
	font-family: "Times New Roman";
	font-size: 11px;
	text-decoration: none;
	text-align: justify;
}
.last_news:hover {
	color: #5a5a5a;
	font-family: "Times New Roman";
	font-size: 11px;
	text-decoration: underline;
	text-align: justify;
}
.lang {
	color: black;
	font-family: "Times New Roman";
	font-size: 11px;
	text-decoration: none;
}
.lang:hover {
	color: black;
	font-family: "Times New Roman";
	font-size: 11px;
	text-decoration: underline;
}
.phone {
	color: gray;
	font-family: "Times New Roman";
	font-size: 25px;
}
A {
	color: black;
	font-weight: bold;
	font-family: "Times New Roman";
	font-size: 17px;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
A:hover {
	color: black;
	font-weight: bold;
	font-family: "Times New Roman";
	font-size: 17px;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.head {
	font-size: 18px;
	color: black;
	font-variant: small-caps;
	font-weight: bold;
	margin-left: 10px;
}
.title {
	font-size: 16px;
	color: black;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}
.sub { 
	cursor: pointer;
	display: block;
	color: black;
	font-family: "Times New Roman";
	font-size: 11px;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 7px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.sub:hover { 
	cursor: pointer;
	display: block;
	color: black;
	font-family: "Times New Roman";
	font-size: 11px;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 7px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.menu { 
	font-weight: bold;
	cursor: pointer;
	display: block;
	color: black;
	font-family: "Times New Roman";
	font-size: 17px;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
li{
	list-style: circle;
}
input {
	border-top: #C8C8C8 1px solid;
	border-bottom: #C8C8C8 1px solid;
	border-left: #C8C8C8 1px solid;
	border-right: #C8C8C8 1px solid;
}
hr {
	border-bottom: #323232 2px dotted;
	width: 90%;
}
.copy {
	color: black;
	font-family: "Times New Roman";
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
}
.copy:hover {
	color: black;
	font-family: "Times New Roman";
	font-size: 12px;
	text-decoration: underline;
	text-align: justify;
}
.table_border {
	border-top: #909090 1px solid;
	border-bottom: #909090 1px solid;
	border-left: #909090 1px solid;
	border-right: #909090 1px solid;
}
.subscr {
	font-size: 14px;
	color: black;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}