 body {
	 	margin: 0px;
	 	background-color: #212121;
	 	background-image: url(images/bg.jpg);
	 	background-attachment: scroll;
	 	background-position: center;
	 	background-repeat: repeat;
	 }

	 td, input, select, textarea {
	 	color: #000000;
	 	font-size: 11px;
	 	font-family: Arial, Helvetica, sans-serif;
	 }
	
	.input_box1 {
		padding-left: 2px;
	}
	
	A:link {font-size: 11px;font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration: underline;font-weight : regular;}
	A:visited {font-size: 11px;font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration: underline;font-weight : regular;}
	A:active {font-size: 11px;font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration: underline;font-weight : regular;}
	A:hover {font-size: 11px;font-family: Arial, Helvetica, sans-serif;color: #555555;text-decoration: underline;font-weight : regular;}

	.small {
	 	color: #000000;
	 	font-size: 10px;
	 }
	
	.small_link:link {font-size: 10px;font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration: underline;font-weight : regular;}
	.small_link:visited {font-size: 10px;font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration: underline;font-weight : regular;}
	.small_link:active {font-size: 10px;font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration: underline;font-weight : regular;}
	.small_link:hover {font-size: 10px;font-family: Arial, Helvetica, sans-serif;color: #555555;text-decoration: underline;font-weight : regular;}
	
	.title_black {
	 	color: #000000;
	 	font-size: 14px;
	 	text-transform: uppercase;
	 	font-weight: bold;
	 }
	 
	 .title_blue {
	 	color: #0066B3;
	 	font-size: 14px;
	 	text-transform: uppercase;
	 	font-weight: bold;
	 }
	 
	 .bg_top {
	 	background-image: url(images/bg_top.jpg);
	 	background-attachment: scroll;
	 	background-position: top center;
	 	background-repeat: repeat-x;
	 }

	 .top {
	 	background-image: url(images/top.jpg);
	 	background-attachment: scroll;
	 	background-position: center;
	 	background-repeat: no-repeat;
	 }

	 .header {
	 	background-image: url(images/header.jpg);
	 	background-attachment: scroll;
	 	background-position: top center;
	 	background-repeat: no-repeat;
	 }

	 .middel_bg {
	 	background-image: url(images/middel_bg.jpg);
	 	background-attachment: scroll;
	 	background-position: center;
	 	background-repeat: repeat-y;
	 }

	 .footer {
	 	background-image: url(images/footer.jpg);
	 	background-attachment: scroll;
	 	background-position: bottom center;
	 	background-repeat: no-repeat;
	 }

	 .box1 {
	 	background-image: url(images/box1.jpg);
	 	background-attachment: scroll;
	 	background-position: top center;
	 	background-repeat: no-repeat;
	 }

	 .box2_top {
	 	background-image: url(images/box2_top.jpg);
	 	background-attachment: scroll;
	 	background-position: top center;
	 	background-repeat: no-repeat;
	 }

	 .box2_footer {
	 	background-image: url(images/box2_footer.jpg);
	 	background-attachment: scroll;
	 	background-position: bottom center;
	 	background-repeat: no-repeat;
	 }
	 
	 .mouseover1 {
	 	background-image: url(images/menu_knap1-over.jpg);
	 	background-attachment: scroll;
	 	background-position: top center;
	 	background-repeat: no-repeat;
	 }
	 
	 .mouseover2 {
	 	background-image: url(images/menu_knap2-over.jpg);
	 	background-attachment: scroll;
	 	background-position: top center;
	 	background-repeat: no-repeat;
	 }
	 
	 .mouseover3 {
	 	background-image: url(images/menu_knap3-over.jpg);
	 	background-attachment: scroll;
	 	background-position: top center;
	 	background-repeat: no-repeat;
	 }
	 
	 .mouseout {
	 	background-image: url(images/spacer.gif);
	 	background-attachment: scroll;
	 	background-position: top center;
	 	background-repeat: no-repeat;
	 }
	 
	 .menu_link {
	 	text-decoration: none;
	 }
