
html, body {
	direction: ltr;
}

body {
	margin:0px;
	text-align:center;
	font-family: arial;
	font-size: 12pt;
	color: black;
	vertical-align:middle;

}
#logo {
	background-image:url('../images/logo.jpg');
	height:121px;
	width:800px;
}
.languageFlag {
	margin-top:20px; margin-left:20px; float:left; border-width:0;
}
#all {
	display:table;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;

	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	border-bottom-style:none;
	width:800px;
	height:489px;

}

#menu {
	float:left;
	width:171px;
	vertical-align:top;
}
#content {
	display:block;
	margin-left:171px;
	margin-right:auto;
	vertical-align: top;
	text-align:left;
	height:365px;
}
#menuRight {
	list-style-type: none;
	text-align:left;
	margin: 0px;
	padding:0px;
}

#menuRight li {
	background-image: url('../images/eButton1.jpg');
	height: 30px;
	padding-top: 12px;
	padding-left:15px;
	background-repeat: no-repeat;
	font-size: 10pt;
}
#menuRight li a {
	color:white;
	text-decoration:none;

}
#menuRight li a:hover {
	color: #ffcad6;
	text-decoration: none;

}
#menuRight li.chosenMenuItem {
	background-image:url('../images/eButton2.jpg');
}
#bottomCell {
	font-size:10pt;
}
.credits {
	text-align:center;
	width:100%;
	color: black;
	font-size: 8pt;
}
.alert {
background-color:#cccbcb;
color:white;
padding:6px;
border-style:solid; border-width:1px; border-color:#f8d7de;
text-align:center;
}
.firstLine {
background-color:#cccbcb;
color:white;
}
.site td {
background-color:#cccbcb;
color:white;
}
a {
	color:black;
}
a:hover {
	color:#ffcad6;
}
input, textarea, select {
	font-family:arial;
}
h1 {
	font-size:14pt;
	margin:0;
}
h2 {
	font-size:13pt;
	margin:0;
}
#bottomDeco {
	width:800px;
	border:solid 1px gray;
	border-top-style:none;
	background-color:#e1456a;
	display:table;
	margin-left: auto;
	margin-right: auto;
	color:white;
	font-size:10pt;
}
#bottomDeco a {
	color:white;
	font-size:10pt;
}
.number {
	font-size:9pt;
}