body {
    margin: 0;
    padding: 0;
	backGround: #fff url(img/bg.jpg) repeat-x;
}
body, td {
    font-family: tahoma;
    font-size: 12px;
    color: #000;
}

a:link, a:active, a:visited {
    color: #000;
}

h1 {
    font-size: 18px;
    margin: 0 0 16px 0;
	color: #CA0002;
}

.content_block {
	width: 985px;
    backGround: url(img/sledi.jpg) no-repeat;

	padding-top: 50px;
}

.content {
	backGround: #DFEEFA url(img/u1.gif) no-repeat top left;
	width: 820px;
	margin: 40px 0 15px 0;
}
.content div {
	backGround: url(img/u2.gif) no-repeat top right;
}
.content div div {
	backGround: url(img/u3.gif) no-repeat bottom right;
}
.content div div div {
	backGround: url(img/u4.gif) no-repeat bottom left;
	padding: 30px 20px 30px 20px;
	text-align: justify;
	line-height: 20px;
}

.copyright {
	font-size: 11px;
	height: 128px;
	text-align: left;
	padding: 25px 105px 0 105px;
	backGround: url(img/footer.gif) no-repeat top right;
}

#tooltip {
    background: #f5f5f5;
    border: 1px solid #000;
    padding: 4px;
    position: absolute;
    visibility: hidden;
    z-index: 100;
    color: #000;
}

div.help
	{
	color:#777777;
	line-height:100%;
	font-size:8.0pt;
	padding: 0px 0px 0px 0px;
	font-family:"tahoma";
}	