body {
	font-size:11px;
	font-family:arial;
	background-color:white;
	color:black;
	text-align:left;
}
table {
	font-size:11px;
	font-family:arial;
	background-color:white;
}

a {
	color: #0767ab;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
  border:none;
}

#web {
	width:800px;

}

#pata {
	background-color:#e4e4e4;
	color:gray;
	padding:5px;
	width:800px;
	margin-top:10px;
}

#head {

}

#head_right {
  float:right;
  width:200px;
}

#header h1 {
  width:400px;
  font-size:14px;
  font-weight:bold;
  color:#006633;
  float:left;
  margin:10px;
  text-align:center;
}

#content {
	border-top:1px solid #e8e8e8;
}
#left {
	float: left;
	width: 200px;
	background-color: #EEEEEE;
	min-height:500px;
}
#page {
	float:left;
	width:555px;
	margin-left:15px;
	min-height:500px;
}

.cleaner {
	clear:both;
}

#left a  {
  display:block;
  padding:5px;
  width:150px;
  height:10px;
  border-bottom:1px solid #e8e8e8;
  margin-left:5px;
}
h2 {
  font-size:14px;
  color:#006633;
  margin:10px;
  text-align:center;
}
table.br {
  border-collapse:collapse;
  margin-top:15px;
}
table.br th {
  background-color:#006633;
  color:white;
  font-weight:bold;
  padding:3px;
  text-align:center;
  border:1px solid white;
}
table.br td {
  padding: 3px;
  border-bottom:1px solid #e8e8e8;
  border-right:1px solid white;
}
div.navigator {
  margin:10px;
  font-size:11px;
}
#money {
  margin:5px;
  font-size:25px;
}

#possible {
  
  margin:5px;
  padding:5px;
 background-color:#ffcc00;
 color:white;
 border:1px solid #e8e8e8;
 text-align:right;
}

#your {
  
  margin:5px;
 background-color:green;
 color:white;
  padding:5px;
  border:1px solid #e8e8e8;
  text-align:right;
}

