body {
    font-size: 12pt;
    font-family: "Veradana,Geneva,Arial,Helvetica";
    font-color: #A89A84;
    
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #ffffff;

	SCROLLBAR-FACE-COLOR: #DDD6BB;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #D2863A;
	SCROLLBAR-3DLIGHT-COLOR: #EBE2C5;
	SCROLLBAR-ARROW-COLOR: #514539;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
}

P {
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #514539;
    padding-left:12px;

}
P.bold {
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #514539;
    padding-left:12px;
    font-weight: bold;

}


H1 {
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #514539;
    font-weight: bold;
}
H2 {
    font-family: "Veradana,Geneva,Arial,Helvetica";
    font-size: 10px;
    color: midnightblue;

}

a {
    font-size: 11px;
    text-decoration: none;
    color: #cf853a;
    font-weight: bold;
}

a:hover{
    text-decoration: underline;
}
a.menu {
    font-family: "tahoma";
    font-size: 10px;
    text-decoration: none;
    color: #f8f0d8;
    font-weight: bold;
}

a.menu:hover {
    text-decoration: underline;
}
a.menu2 {
    font-family: "tahoma";
    font-size: 10px;
    text-decoration: blink;
    color: #FFFF00;
    font-weight: bold;
}

a.menu2:hover {
    text-decoration: underline;
}


hr {
    color: #514539;
    height: 1px;
    WIDTH:50%;
    NOSHADE SIZE:0;
}

td.czarny {
    font-family: "tahoma";
    font-size: 10px;
    color: #514539;
    font-weight: bold;
}
td.bialy {
    font-family: "tahoma";
    font-size: 6px;
    color: #ffffff;

}
td.style42 {
    background-color: #b97939;
    border: 1px solid #514539;
    font-family: "tahoma";
    font-size: 11px;
    color: #f8f0d8;
    padding: 5px;

}
td.style44 {
    background-color: #ebe2c5;
    border: 1px solid #ddd6bb;
    font-family: "tahoma";
    font-size: 12px;
    color: #514539;
    padding: 5px;

}
td.style45 {
    background-color: #ebe2c5;
    border: 1px solid #ddd6bb;
    font-family: "tahoma";
    font-size: 12px;
    color: #514539;
    padding: 5px;        text-align: justify;
}td.style46 {
    background-color: #ebe2c5;
    border: 1px solid #ddd6bb;
    font-family: "tahoma";
    font-size: 12px;
    color: #514539;
    padding: 5px;        text-align: center;        white-space: nowrap;
}
td.ramka1 {
    background-color: #e9e9e9;
    border: 1px solid #000099;
    padding: 5px;
}

small {
    font-size: 10px;
}

.button {
    font-size: 10px;
    font-family: verdana;
    font-weight: bold;
    cursor: hand;
    border: 1px solid #000099;
    background-color: #e9e9e9;
}

input, select, textarea {
    font-size: 11px;
    border: 1px solid #514539;
    background-color: #f5f5f5;
}

img {
    border: 0;
}

a.tooltip{
	position: relative;
	z-index: 24;
	background: none;
	color: #FFFFFF;
	font-size: 13px;
}
a.tooltip:hover{
	z-index: 25;
	text-indent: 0; /* hack for IE */
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}
a.tooltip span{
	display: none;
}
a.tooltip:hover span{
	display: block;
	position: absolute;
	line-height:1.4em;
	top: 2em;
	left: 3em;
	right: 5em;
	padding: .8125em;
	border: 1px solid #600000;
	background-color: #FFFFFF;
	text-align: left;
	width: 22em;
	text-decoration: none;
	color: #000000;
}
