body {
	font-size: 11px;
	font-family: verdana;
}
.title {
  font-size:15px;
  font-weight:bold;
}
img {
  border: 0px;
}
.b {
  font-weight: bold;
}
.center {
  text-align: center;
}
table td {
	font-size: 11px;
	font-family: verdana;
}
table th {
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
}
.right {
  text-align: right;
}
a.link-next {
  color: #FE9500;
  text-decoration: none;
  font-size: 13px;
}
div.menu {
  width: 170px;
  margin-left: 30px;
  margin-bottom: 50px;
  float: left;
/*  border: 1px solid blue;*/  
}
div.menu ul, div.menu2 ul, div.menu3 ul {
	list-style-type: none;
	margin:0;
	padding:0;
	border: 0;
}
div.menu li {
  padding: 0px;
  margin: 0px;
  height: 30px;
  background-image: url('./../images/menu-saurus.gif');
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 10px;
  font-size: 13px;
}
div.menu a {
  text-decoration:none;
  color: black;
}
div.menu a.selected {
  text-decoration:none;
  color: #FE9500;
}
div.menu a:hover {
  color: #FE9500;
}
div.screen {
  /*border: 1px solid green;*/
  height: 500px;
  margin-left: 20px; 
  float: left;
  width: 720px;/*740*/
/*  background-repeat: no-repeat;
  background-position: bottom right;*/
}
div.frame {
  /*border: 1px solid red;*/
  height: 500px;
  _height: 700px;
  margin-left: 20px; 
  margin-top: 30px;
  width: 980px;/*980*/
  background-repeat: no-repeat;
  background-position: bottom right;
  _background-position: 200 right;
  clear:both;
}

div.menu2 {
  width: 110px;
  float: left;
  height: 300px;
  /*border: 1px solid green;*/  
}
div.menu2 li {
  padding: 0px;
  margin: 0px;
  height: 25px;
  font-size: 13px;
}
div.menu2 a {
  text-decoration:none;
  color: black;
}
div.menu2 a.selected {
  text-decoration:none;
  color: #FE9500;
}
div.menu2 a:hover {
  color: #FE9500;
}	
div.menu3 {
  width: 200px;
  float: right;
  /*border: 1px solid green;*/  
}
div.menu3 li {
  padding: 0px;
  margin: 0px;
  height: 40px;
  font-size: 13px;
  text-align: right;
  display: block;
  clear: both;
}
div.menu3 a {
  text-decoration:none;
  color: black;
}
div.menu3 a#selected {
  text-decoration:none;
  color: #FE9500;
}
div.menu3 a:hover {
  color: #FE9500;
}
div.menu3 table {
  font-size: 13px;
}
div.menu3 table td{
  padding:0px;
  margin:0px;
  text-align: right;
  padding-right:10px;
}
/*
div.menu3 table a{
  padding-right:10px;
}
*/
