body {
	margin: 0;
	padding: 0;
}
body,td,div,a {
	color: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: Blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-repeat: repeat-y;
}
td.sepr {
	background-color: #fa8f3f;
	height: 2px;
	border: 3px solid White;
	font-size: 2px;
}

table.main {
	width:930px;
}
table.second-table {
	height:100%;
	width:930px;
}

div { border: 0px solid black; }

.menu {
	width: 140px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../img/menu-botn.gif);
	background-color: white;
	border-left:10px solid #bfcce6;
	vertical-align: top;
	padding:7px;
	padding-top:15px;
}

.content {
	background-color:#dae2f1;
	vertical-align: top;
	padding:15px;
}
div.content-padding {
	padding:10px;
}

.right {
	width: 140px;
	border-right:10px solid #bfcce6;
	vertical-align: top;
	padding:7px;
}


td.midja {
	/* background-repeat: repeat-y;
	background-position: top left;
	background-image: url(../img/midja.gif); */
	padding: 0px;
	margin: 0px;
}

td.footer {
	text-align: center;
	vertical-align: bottom;
	/* background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../img/botn.gif); */
	background-color: #bfcee7;
	height: 22px;
	color: #2e3192;
	font-size: 9px;
	font-weight: bold;
}

td.footer a {
	color: #2e3192;
	font-size: 9px;
	text-decoration: none;
}


td.copyright {
	height: 55px;
	width: 774px;
	background-color: #bfcee7;
	text-align: center;
}
