* {
    color:#000000;
}

html, div {
    margin:0px;
    padding:0px;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    margin-bottom:10px;
    color:#005e96;
    clear:left;
}

h4, h5, h5 {
    margin-top:20px;
}

p {
    font-size:10pt;
    margin:0;
    margin-bottom:10px;
    text-align:justify;
    line-height:1.3em;
}

li {
    font-size:10pt;
    margin-bottom:5px;
}

a.image img {
    height:100px;
    padding:5px;
    margin:0 25px 25px 25px;
    border:1px white solid;
    cursor:pointer;
    float:left;
    clear:left;
}

div.items div {
/*    float:left;*/
    margin-bottom:10px;
}

a:link, a:hover, a:visited {
    text-decoration:none;
    color:#005e96;
}

body {
    background-color:#fff1d0;
    height:100%;
    font-family:sans-serif;
}

div {
/*    border:1px gray solid;*/
}

div#topdiv {
    height:80px;
    text-align:center;
    padding-top:10px;
}

div#maindiv {
    padding:20px 20px 20px 220px;
    min-height:607px;
}
div#maindiv img.left{
    position:fixed;
    left:10px;
    bottom:10px;
}

div#langselect {
    position:absolute;
    top:10px;
    right:10px;
    font-size:smaller;
    font-weight:bold;
}

div#federation {
    font-weight:bold;
    text-align:center;
    clear:right;
    margin-top:10px;
    float:right;
}

div#federation p {
    color:#005e96;
    text-align:center;
}

div#copyrightnd, div#copyrightnd * {
    font-size:small;
    text-align:center;
    color:#bbbbbb;
    clear:both;
}

div#sigpages {
    font-size:small;
    text-align:center;
}

img {
    border:0;
}

table {
    margin:10px auto;
    width:80%;
    font-size:small;
}

table#tableform th, table#tableform td {
    vertical-align:middle;
    width:50%;
}

table#tableform tr:last-child td {
    text-align:center;
    
}

.indications p {
    color:#6f5140;
}

p.red, span.red {
    color:#ff0000;
}

table#tableform tr p {
    margin:0 5px;
}

td, th {
    border-bottom:2px #fff1d0 solid;
    padding:8px;
    background-color:#efe1c0;
}

th {
    text-align:left;
}

th div {
    display:inline;
}

div.navbtn {
    display:block;
    float:right;
    margin:0px 0px 0px 20px;
}

div.spacer {
    clear:both;
}

input, textarea {
    background-color:#ffffde;
    margin-bottom:10px;
    padding:5px;
    width:250px;
    color:#005e96;
    font-weight:bold;
}

textarea {
    width:280px;
}

div.label {
    margin-top:10px;
    clear:left;
    width:200px;
    float:left;
    font-size:small;
    height:30px;
    line-height:2em;
}

div.input {
    margin-top:10px;
    float:left;
    font-size:small;
    height:30px;
}

div.navbtn input:hover {
    color:#ffffff;
    background-color:#005e96;
}

input#btn_sign {
    margin-top:20px;
    font-size:14pt;
}

div#debugging {
    position:fixed;
    top:10px;
    left:50px;
    font-size:72px;
    font-weight:bold;
    color:red;
    opacity:0.7;
    display:none;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

div#nbsig {
    text-align:center;
    color:#005e96;
    font-size:16pt;
    margin:10px 0;
}

hr {
    clear:both;
}

div#backtowww {
    position:fixed;
    top:10px;
    left:10px;
    font-size:smaller;
    font-weight:bold;
    z-index:1;
}

div#sponsors, div#sponsors p {
    clear:both;
    text-align:center;
    line-height:2em;
    font-style:italic;
}