body {
	 background-color: #f4eeca;
}
A:active {
	text-decoration: underline;
	color: #cc3314;
}
A:link {
	text-decoration: none;
	color: #cc3314;
}
A:visited {
	text-decoration: none;
	color: #80331a;
}
A:hover {
	text-decoration: underline;
	color: #cc3314;
}
p {
	color: black;
	font: small "Times new roman cyr", serif;
	line-height: 100%;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: justify;
	text-indent: 40px;
}
tt {
	font: small;
}
.noindent{
	text-indent: 0px;
}
h1 {
	color: black;
	font: 110%  "Arial", san-serif;
	text-align: center;
	font-weight: normal;
}
h2 {
	color: black;
	font: 100% "Arial", san-serif;
	text-align: center;
	font-weight: bold;
}
h3 {
	color: black;
	font: 90% "Arial", san-serif;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}
ul {
	color: black;
	font: small "Times new roman cyr", serif;
	line-height: 120%;
	letter-spacing: normal;
	word-spacing: normal;
	list-style-type: none;
}
.menu {
	font: x-small "Arial", san-serif;
	line-height: 120%;
	list-style-type: none;
}
.disk {
	list-style-image: url("main/disk.gif");
}
.empty {
	list-style-image: url("main/empty.gif");
}
.square {
	list-style-image: url("main/square.gif");
}
.arrow {
	list-style-image: url("main/arrow.gif");
}
span {
	font: x-small "Arial", san-serif;
	text-align: left;
}
.emerwin {
	color: #1F4799;
	font-weight: bold;
	text-decoration: none;
}
#menu {
	position:absolute;
	width: 100%;
	height: 40px;
	z-index: 100;
	top: 0px;
	left: 0px;
	visibility: visible;
}
#overDiv {
	position: absolute;
	z-index: 1000;
	visibility: hidden;
}
#margin {
	margin: 60 10 10 10;
}