body {
	background-color: #92CEE8;
	margin: 0px;
	padding: 0px;
}
.bgTop {
	background-image: url(img/bgTop.jpg);
	background-repeat: repeat-x;
}
.bgMenu {
	background-image: url(img/bgMenu.jpg);
	background-repeat: repeat-x;
	height: 47px;

}
.bg-white {
	background-color: #FFFFFF;
}
td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bg-red {
	background-color: #FF0000;
}
/*link*/
a:link {
	color: #663300;
	text-decoration: none;

}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #663300;
	text-decoration: none;
	font-weight: normal;
}
/*koniec link*/
/*linkMenu*/
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
/*koniec linkMenu*/
.border-baner {
	border: 2px solid #CCCCCC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006699;
}
.skroty {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
/*linkStopka*/
a.stopka:link {
	color: #676767;
	text-decoration: none;

}
a.stopka:visited {
	color: #676767;
	text-decoration: none;

}
a.stopka:hover {
	color: #676767;
	text-decoration: underline;
}
a.stopka:active {
	color: #676767;
	text-decoration: none;
}
/*koniec linkStopka*/
.tx-szary {
	color: #666666;
}

