.background_dark {
  background:#4a4584;
}
.background_light {
  background:#ddeffe;
}
.background_middle {
  background:#dcdcdc;
}
.color_dark {
  color:#4A4584;
}
.color_light {
  color:#ADC3EF;
}
.color_sti {
  color:#4A4584;
}
.border_dark {
  border:1pt solid #4A4584;
}
.border_dark_sti {
  border-right:1pt solid silver;
  border-bottom:1pt solid silver;
}
.border_light {
  border:1pt solid #ADC3EF;
}
.background_dark a {
  color:white;
}

.background_dark a:hover {
	text-decoration: underline;
	color: #0ffe03;
}

body {
  background:#ddeffe;
  font-family:Tahoma, Arial, helvetica, sans-serif;
}

#pageskelet_top {
   background:#ddeffe;
}
#pageskelet_left {
   background:#ddeffe;
}
#pageskelet_right {
   background:#ddeffe;
}
#pageskelet_center {
  background:white;
}
#profisystem_menu {
   background:#ddeffe;
}
#menu li ul {
   width:170px;
}
