body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

li.spisyk {list-style-image:url(images/bullet.jpg)}

.style1 {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
}
.style2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.emaillink:link {
	color: #7e669d;
	text-decoration: none;
}
.emaillink:visited {
	text-decoration: none;
	color: #7e669d;
}
.emaillink:hover {
	text-decoration: underline;
	color: #7e669d;
}
.emaillink:active {
	text-decoration: none;
        color: #7e669d;
}
.emaillink1:link {
	color: #7e669d;
	text-decoration: underline;
}
.emaillink1:visited {
	text-decoration: underline;
	color: #7e669d;
}
.emaillink1:hover {
	text-decoration: none;
	color: #7e669d;
}
.emaillink1:active {
	text-decoration: underline;
        color: #7e669d;
}
.style3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #6a758d;
	line-height:12px;
}

.style3a {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height:12px;
}
.style3b {
	font-family: Tahoma;
	font-size: 12px;
	color: #6a758d;
	
}
.style3d {
	font-family: Tahoma;
	font-size: 16px;
	color: #7e669d;
	
}

.style3c {
	font-family: Tahoma;
	font-size: 14px;
	color: #7e669d;
	
}
.style3cbold {
	font-family: Tahoma;
	font-size: 14px;
	color: #7e669d;
	font-weight:bold;
	
}
.style4 {
font-family: Tahoma;
	font-size: 11px;
	color: #7e669d;
	font-weight: bold;
}
.style5 {
	font-family: Tahoma;
	font-size: 10px;
	color: #6a758d;
}

.style5a {
	font-family: Tahoma;
	font-size: 9px;
	color: #6a758d;
}
.style6 {
	font-size: 12px;
	font-family: Tahoma;
	color: #011287;
	font-weight: bold;
}
.style6a {
	font-size: 10px;
	font-family: Tahoma;
	color: #011287;
	font-weight: bold;
}
.style7 {
	font-size: 11px;
	font-family: Tahoma;
	color: #7e669d;
}
.style8 {font-family: Tahoma; font-size: 10px; color: #6a758d; font-weight: bold; }

 /*
        =================================
        start of Tooltip css code here
        ================================= */

        a.info{
        position:relative;           /*this is the key*/
        z-index:24;
        background-color:#e0e0e0;    /* background colour of display text */
        color:#000000;               /* colour of display text */
        border:0px dotted #999;    /* border colour */
        text-decoration:none;
        font-style:normal;
        }

        a.info:hover {
        z-index:25;
        background-color:#021796;

        }

        a.info span{
        display: none;  /* hide the span text using this css */
        }

        a.info:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:relative;
        top: 8px;
        left: 0px;
        width:150px;
        border:0px solid #ff0000; /* border colour */
        /*background-color:#e5ecfb;*/ /* background colour here */
		background-image:url(images/tooltip_img.gif);
        color:#4c505a;         /* text colour */
        text-align: center;
        font-size: 11px;
		font-family:Tahoma;
        font-style: normal;
        z-index:30;
        }

        .images {
        vertical-align:bottom;
        }

.h1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #6a758d;
	line-height:12px;
	font-weight:normal;
}

.h2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #6a758d;
	line-height:12px;
	font-weight:normal;
	padding:0;
	margin:0;
}

.h3 {
	font-family: Tahoma;
	font-size: 10px;
	color: #6a758d;
	padding:0;
	margin:0;
	font-weight:normal
}
.style2h1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:lighter
}
.style3cboldH2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #7e669d;
	font-weight:bold;
	margin:0px;
	border:0px;
	padding:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
	border-bottom:0px;
	border-top:0px;
}
.style3bh3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #6a758d;
	margin:0px;
	border:0px;
	padding:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
	border-bottom:0px;
	border-top:0px;	
}
.style3bh4 {
	font-family: Tahoma;
	font-size: 12px;	
	font-weight:lighter;
	color: #6a758d;
	margin:0px;
	border:0px;
	padding:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
	border-bottom:0px;
	border-top:0px;	
}