BODY {
	font-size : 12px;
	color : #606060;
	text-align : justify;
	background : White;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
}

TABLE {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
}

TABLE.menu {
	border-bottom: thick solid;
	border-top: thick solid;
	border-right: thin dotted;
	border-left: thin dotted;
}

A {
	color: #323232;
	font-size: 12px;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
	color: Red;
}

IMAGE {
	vertical-align : middle;
}

TABLE.bg_logo {
	background-color : #0000CC;
}

TABLE.bg_logo3 {
	background-image : url(graph/logo/logo3.png);
	background-color : #0000CC;
}

TABLE.bg_main {
	background-color : #D4F0FF;
	text-align : center;
	background-image : url(graph/bg/niebieskie.png);
}

TABLE.bg_cennik {
	background-color : #F8F8E8;
	text-align : center;
}

TABLE.bg_oferta {
	background-color : #F9FFE3;
	text-align : center;
}

TABLE.bg_error {
	background-color : #FFF2F2;
	text-align: center;
}

TD.menu {
	border-top: thin dotted;
}

TD.logo {
	text-align : center;
	color : White;
	font-size : 14px;
}

TD.bg_menu {
	background-color : #E6E6E6;
	text-align: center;
	background-image : url(graph/bg/szare.png);
}

TD.bg_menu_first {
	background-color : #E6E6E6;
	text-align: center;
	border-left : 2px dotted Blue;
	background-image : url(graph/bg/szare.png);
}

IMAGE.menu {
	border : 1px solid Black;
	margin-right : 5px;
	margin-left: 5px;
}

IMAGE.icons {
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom : 5px;
	margin-top : 5px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fnt_head {
	font-size: 16px;
	color: Maroon;
	font-weight: bold;
}

.fnt_head_b {
	font-size : 16px;
	color : Black;
	font-weight : bold;
}

.fnt_head_b_silver {
	font-size : 16px;
	color : Silver;
	font-weight : bold;
}

.fnt_znak {
	font-size :24px;
	color : Blue;
	font-family : "Arial Black";
}

.fnt_text {
	font-size : 13px;
	text-align : justify;
}

.fnt_silver {
	font-size: 11px;
	color : Silver;
	font-weight : bold;
}

.fnt_error {
	font-size: 14px;
	color : Red;
}

.fnt_error_b {
	font-size : 24px;
	color : Red;
	font-weight : bold;
}

.fnt_wojtke {
	font-size : 30px;
	color : Blue;
	font-style : italic;
	font-family : "Arial Black";
}