
body {
        font-family: sans-serif;
        font-size: 10pt;
        color: #000000;
        background-color: #ffffff;
        margin-left: 2em;
        margin-top:  1em;
	margin-bottom: 2em; 
}

table {
        font-family: sans-serif;
        font-size: 10pt;
}
 
div { background-color: #F0F0F0;
      border-style: line;
      font-size: 150%
      width: 40em;      
    }

.menu {
       position: absolute;
       padding-bottom: 0.3em;
       margin-left: 0.5em;
       margin-top: 5em;
       width: 12em;
       font-family: sans-serif;
       font-size: 11pt;
       color: #fdf500;
       background-color: #283c83;
/*       border: 0.01px solid #fff;*/
}

 .menu a:link {
         color: #fdf500;
         text-decoration: none;
 }
 .menu a:visited {
         color: #fdf500;
         text-decoration: none;
 }
 .menu a:hover {
         color: red;
         text-decoration: none;
 }

a:link {
        color: blue;
        text-decoration: none;
}
a:visited {
        color: #283c83;
        text-decoration: none;
}
a:hover {
        color: red;
        text-decoration: none;
}


.title {
	color: #bb0000;
}

h2.function {
	font-family: sans-serif;
        font-weight: normal;
	color: #bb0000;
	font-style: normal;
        font-size: 100%;
	text-align: center;
}

.foot {
	font-family: sans-serif;
        font-size: 10pt;
        font-weight: bold;
        margin-right: 5%;
        margin-left: 5%;
	text-align: right; 

}

a img {
	border-style: solid;
}


.post {
	font-family: sans-serif;
        font-size: 10pt;
        font-weight: bold;
 }	

.test {
	font-family: sans-serif;
        font-size: 10pt;
        font-weight: bold;
 }	

.cour {
        font-family: sans-serif;
        font-size: 10pt;
        font-weight: bold;
}

table td.font {
	font-family: sans-serif;
        font-size: 10pt;
        color: #000000;
        text-align: left;
}

table th {
	font-family: sans-serif;
	font-weight: normal;
        font-size: 10pt;
        color: white;
	background-color: #283c83;
        text-align: center;
}


table th.bold {
	font-family: sans-serif;
	font-weight: bold;
        font-size: 10pt;
        color: #000000;
	background-color: #ffffff;
        text-align: left;
}


table.grey {
 /*  border-style: double;*/

   background-color:#F0F0F0;
}





