/*
  This stylesheet is the only part of CSS, which may be subsitued, when color set
  change is needed!
  ! DON'T DELETE, CHANGE OR SUBSTITUTE DEFAULT.CSS FILE IN ANY CASE !
*/

#container {
	background-color: #fff;
	border: 1px solid #000;
	width: 90%;
	left: 5%;
	right: 5%;
	margin: 1px;
}
.bottomed {
	border-bottom: 1px solid #ccc;
}
#menu {
  border: 1px solid #ccc;
  
}
.bgimage {
	background-image: url(deh1.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-bottom: 1px solid #ccc;
}
.item {
  color: #000;
  border-right: 1px solid #99a5af;
	border-bottom: 1px solid #99a5af;
}
.title {
	background-image: url(deittit.gif);
}
.link {
	background-image: url(deitina.gif);
}
#linx a:hover {
	background-image: url(deithov.gif);
}
#content a {
  color: #00f;
}
#navigator a {
  color: #00f;
}
.alert {
	color: #f00;
}
.italic {
	color: #666666;
	font-size: small;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.smallbold {
	color: #000000;
	font-size: small;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
