body {
	background-color: #f5d9d7;
	color: #850b03;
	text-align: center;
}

.goback {
    text-align: right;
    width: 640px;
    border: 0px solid;
    margin: 0 auto;
    font-size: 1.2em;
    margin-bottom: 10px;
	font-family:inherit;
	text-decoration:none;
	font-weight:normal;
}

#idgb a:link { color: #850b03; }
#idgb a:visited { color: #850b03; }
#idgb a:hover { color: #850b03; }
#idgb a:active { color: #850b03; }

#idgb a { text-decoration: none; }


.langindex {
	text-align: right;
    width: 95%;
    border: 0px solid;
    margin: 0 auto;
    font-size: 1.4em;
    margin-bottom: 10px;
	font-family:inherit;
	text-decoration:none;
	font-weight:normal;
}

#lang a { text-decoration:none; }



table.table-bordered{
    border:1px solid #850b03;
    margin-top:20px;
  }
table.table-bordered > thead > tr > th{
    border:1px solid #850b03;;
	text-align:center;
}
table.table-bordered > tbody > tr > td{
    border:1px solid #850b03;;
	border-left:0px;;
}

.container-semi {
  margin: 10 auto;
  margin-top :10;
  padding:0 24px 0 24px;
  width: 100%;
}

.tablebig{
	font-size:1.4em;
	align:center;
}

table.tablebig > th {
	text-align:center;
}