/* CSS styles */

body {
	background-color: #f4f0dd;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.textdown {
font-family: Arial;
font-size:10px;
color:#6a613e;
}

.title {
font-family: Times New Roman;
font-size:20px;
color:#ad4936;
font-weight:normal;
}

.text {
font-family: Arial;
font-size:11px;
color:#6a613e;
}

.text a:link {
font-family: Arial;
font-size:11px;
color:#6a613e;
}

.text a:hover {
font-family: Arial;
font-size:11px;
color:#6a613e;
}

.text a:active {
font-family: Arial;
font-size:11px;
color:#6a613e;
}

.text a:visited {
font-family: Arial;
font-size:11px;
color:#6a613e;
}



.inserttext {
font-family: Arial;
font-size:11px;
color:#993300;
}

.inserttext a:link {
font-family: Arial;
font-size:11px;
color:#993300;
}

.inserttext a:hover {
font-family: Arial;
font-size:11px;
color:#993300;
}

.inserttext a:active {
font-family: Arial;
font-size:11px;
color:#993300;
}

.inserttext a:visited {
font-family: Arial;
font-size:11px;
color:#993300;
}


#scroll_left {
     width:200px;
     height:340px;
     overflow-y:auto;
	 overflow-x:hidden;
}
#scroll_right {
     width:350px;
     height:340px;
     overflow:auto;
}

.tooltip a:link span{display: none;}
.tooltip a:visited span{display: none;}
.tooltip a:hover span {
  position: absolute;
  margin:5px 0px 0px 5px;
  background-color: beige;
  max-width:220;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
  font: normal 10px verdana;
  color: #000;
  text-align:left;
  display: block;
  text-decoration:none;
 }