/* Generated by KompoZer */
.comment {
	color: Maroon;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 10px;
	text-align: center;
}
div.container {
  border: 1px solid gray;
  margin: 0px;
  width: 100%;
  line-height: 100%;
  background-color: #bdb76b;
}
div.header {
  padding: 0.5em;
  color: white;
  background-color: brown;
  text-align: center;
}
div.footer {
  padding: 0.5em;
  color: white;
  background-color: brown;
  text-align: center;
}
div.left {
  margin: 0;
  padding: 1em;
  float: left;
  width: 160px;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: medium;
  font-weight: bold;
}
div.content {
  border-left: 1px solid gray;
  padding: 1em 5em;
  margin-left: 190px;
}
div.center {
  text-align: center;
}
p {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
h1 {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  text-align: center;
  line-height:26px;
}
h2 {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  text-align: center;
  line-height:16px;
}
h3 {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  text-align: center;
  line-height:16px;
}
h4 {
  text-align: center;
  line-height:16px;
  color: Maroon;
}
blockquote {
  font-family: "MS Sans Serif",Geneva,sans-serif;
  font-weight: bold;
  text-align: justify;
}
li {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  margin-bottom: 4px;
  list-style-type: square;
}
a {
  position: relative;
}
a:hover span {
  border: 1px solid red;
  background: #ffdddd none repeat scroll 0%;
  position: absolute;
  top: 5px;
  left: 30px;
  display: block;
}
hr {
  color: Maroon;
  width: 25%;
  height: 1px;
}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }
