body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: white;
	font-family: "Trebuchet MS", Helvetica, Arial, serif;
	font-size: 13pt;
	font-weight: light;
	background: url("ranka.gif") no-repeat right bottom;
}
#header {
	background-color: #651C29;
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0;
}
#tabs {
	margin: 0;
	padding: 10px 10px 0 10px;
	color: black;
	font-size: 10pt;
	list-style: none;
	line-height: 1.8em;
	}
#tabs li {
  height: 32px;
  float:left;
  display:inline;
  margin:0 3px 0 3px;
  padding:0 0 0 0px;
  font-weight:bold;
  background-color: #833A47;
  }
#tabs a {
  display: block;
  color: white;
  margin: 0;
  padding:7px 14px 1px 14px;
  }
#tabs .current a {
  color: black;
  }
#tabs .current {
  background-color: white;
  }
#tabs .current a {
  display:block;
  }
a {
	color: white;
	text-decoration: none;
}
.o, .n, .c {
	padding: 0;
	margin: 0;
}
.o, .c {
	font-size: 8.5pt;
}
.p {
	border: 4px solid white;
	margin: 30px 0 5px 0;
}
h2 {
	color: gray;
	font-size: 15pt;
	margin: 10px 0 5px 10px;
	}
.m {
	font-size: 8.5pt;
	text-align: right;
	margin: 6px 0 0 0;
}
#body {
	margin-top: 10px;
}
#body p {
	color: black;
	font-size: 10pt;
	line-height: 13pt;
	width: 450px;
	margin-left: 10px;
}
#body a {
	color: white;
	background-color: #833A47;
	padding: 0 6px 0 4px;
}
#body .extra {
	position: absolute;
	left: 465px;
	top: 52px;
}
#body .extra img {
	border: 4px solid #833A47;
}
#body .extra a {
	color: white;
	background-color: #833A47;
	padding: 0;
	font-size: 9pt;
}
em {
	font-weight: bold;
	text-transform: normal;
}