body {
	font-family: arial;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	background-color: black;
}
a.navi {
	color: #C9C9CA;
	font-family: verdana;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
a.navi:hover {
	color: #C9C9CA;
	font-family: verdana;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
a {
	color: white;
	font-family: verdana;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
a:hover {
	color: white;
	font-family: verdana;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
a.white {
	color: white;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a.white:hover {
	color: #969696;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a.front {
	color: #B0B0B0;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a.front:hover {
	color: black;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.content {
	font-family: verdana;
	font-size: 10pt;
	color: white;
	overflow: auto;
	background-color: #5E5C56;
	width: 330px;
	height: 485px;
	position: absolute;
	top: 70px;
	left: 400px;
  padding-left: 40px;
  padding-right: 30px;
}
.content_add {
  height: 60px;
  width: 400px;
  background-color: #5E5C56;
}
.foto {
	font-family: arial;
	font-size: 8pt;
	color: black;
	overflow: auto;
	background-color: transparent;
	width: 400px;
	height: 565px;
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 0px;
}
.menu {
	font-family: arial;
	font-size: 10pt;
	background-color: transparent;
	width: 800px;
	height: 30px;
	position: relative;
	top: 0px;
	left: 0px;
}
.window {
	width: 800px;
	height: 625px;
	position: relative;
	top: 0px;
	margin: auto;
  padding: 50px;
}
.window2 {
	position: absolute;
  top: 50%;
  left: 50%;
	width: 800px;
	height: 625px; 	
  margin-top: -312px;
  margin-left: -400px;   
  background-color: black;
}
img {
	border: 0px;
}
select {
	height: 18px;
	font-family: arial;
	font-size: 8pt;
	background-color: #5E5C56;
	border-width: 1pt;
	border-style: solid;
	border-color: #999;
	color: white;
}
input {
	height: 13px;
	width: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	background-color: transparent;
	font-size: 8pt;
	font-family: arial;
  color: white;
}
input.city {
	visibility: hidden;
}

textarea {
	font-size: 8pt;
	font-family: arial;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	background-color: transparent;
	color: white;
}
