a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
html, body {height: 100%; 
			margin: 0; 
			padding: 0; 
}
#layout { width: 100%; 
			height: 100%; 
			border: 0; 
}
#top {
	text-align: center;
	height: 70px;
	vertical-align:top;
	background-color:#000000;
	position: relative;
	left: 0px;
	top:0px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content {
	text-align: center;
	height:80%;
	vertical-align:top;
	background-color:#000000;
	position:relative;
}
#bottom {
	text-align: center;
	height: 70px;
	background-color:#000000;
	position:relative;
	background-repeat: no-repeat;
	background-position: center top;
}
#content_p {
	text-align: center;
	height:80%;
	vertical-align:top;
	background-color:#F4F1AE;
	position:relative;
	background-repeat: no-repeat;
	background-position: center 20px;
}
.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9A090C;
}
.menu_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9A090C;
	background-repeat: no-repeat;
	background-position: left center;
}
.Background_color {
	color: #F4F1AE;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9A090C;
}
.Text {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
.text_italic {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 11px;
	font-style: italic;
}
.Text_little {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 10px;
	text-align: justify;
}
.centered {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  font-family: "Lucida Grande", Verdana, Arial;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;

}
.border {
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #9A090C;
	border-right-color: #9A090C;
	border-bottom-color: #9A090C;
	border-left-color: #9A090C;
}
.Text_centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.menu_logo_cell {
	background-repeat: no-repeat;
	background-position: left center;
}
.centered_large {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 50%;
  margin: auto;
  font-family: "Lucida Grande", Verdana, Arial;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}
