body {
	margin:0;
	padding:0;
	background:#FFFEFE;
	color:#000;
	background-image:url(images/pagebak.png);
	background-position:top;
	background-repeat:repeat-x;
	font:1em Arial, Helvetica, sans-serif;
}
.header_bg {
	background-attachment: scroll;
	background-image: url(images/chromebg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	width: 200px;
}
.header_bg_tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.header_bg_tekst_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.header_bg_tekst:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.header_bg_divider {
	color: #666666;
	background-attachment: scroll;
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: center center;
	width: 2px;
	height: 20px;
}
.header_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	height: 76px;
	vertical-align: middle;
	text-align: center;
	background-image: url(images/headerbak.jpg);
}
.footer_box {
	vertical-align: middle;
	text-align: center;
	height: 20px;
}
.footer_box_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_box_text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	text-decoration: underline;
}
TR.tr_footer_box {
	background-color: #990000;
	background-image: url(images/footerbak.jpg);
	background-repeat: repeat-x;
}
TD.content_box_top {
	background-color: #FFFFFF;
	background-image: url(images/content_bg_top.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
TD.content_box {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin: 3px;
	padding: 3px;
}
TD.content_box_td {
	background-color: #FFFFFF;
	margin: 3px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FF0000;
}
TD.content_box_td_links {
	background-color: #FFFFFF;
	margin: 3px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
