@charset "utf-8";
.top {
	background-image: url(img/top1.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 949px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.tab {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4C6681;
	border-bottom-color: #4C6681;
	border-left-color: #4C6681;
}
.bot {
	background-image: url(img/bot.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
body {
	margin-top: 0px;
	background-image: url(img/poz.jpg);
}
a {
	color: #264E75;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.menu {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menu:hover {
	color: #FFE8C4;
	text-decoration: underline;
}
.o {
	border: 1px solid #4C6681;
	background-color: #F3F8FC;
}

