/* === ELEMENTS === */
img
{
    border: 0px;
}
ol
{
    margin-top: 1em;
    margin-left: 24px;
}
ul
{
    list-style-type: none;
}
ul.square
{
    list-style-type: square;
    padding-left: 15px;
}
dt
{
    float: left;
}
dd
{
    margin-left: 10em;
}



/* === DISTANCE === */
.top1   {margin-top:1em}
.top2   {margin-top:2em}
.top3   {margin-top:3em}
.top4   {margin-top:4em}
.top5   {margin-top:5em}
.top6   {margin-top:6em}
.bottom1{margin-bottom:1em}
.bottom2{margin-bottom:2em}
.bottom3{margin-bottom:3em}
.bottom4{margin-bottom:4em}
.def3 {width:3em;float:left;clear:left}
.def4 {width:4em;float:left;clear:left}
.def5 {width:5em;float:left;clear:left}
.def6 {width:6em;float:left;clear:left}
.def7 {width:7em;float:left;clear:left}
.def8 {width:8em;float:left;clear:left}
.def9 {width:9em;float:left;clear:left}
.def10{width:10em;float:left;clear:left}
.def11{width:11em;float:left;clear:left}
.def12{width:12em;float:left;clear:left}



h1
{
    display: none;
    font-size: 1.25em;
    font-weight: bold;
    color: #000000;
    margin-bottom: 1em;
}
h2
{
    font-size: 1.0em;
    font-weight: bold;
    color: #000000;
    margin-bottom: 1em;
}
h3
{
    font-size: 1.0em;
    font-weight: bold;
    color: #5076C9;
    margin-bottom: 1em;
}





em
{
color: #5076C9;
}
strong
{
    font-weight: bold;
    color: #5076C9;
}








/* === MENU === */
#menu
{
    margin-bottom: 3em;
    color: rgb(80,118,201);
}
#menu a
{
    color: rgb(80,118,201);
    text-decoration: none;
}
#menu h2
{
    display: inline;
    font-size: 100%;
}

.special1
{
    color: #5076C9;
}
.special2
{
    font-weight: bold;
    color: #5076C9;
}



.link1
{
    color: #5076C9;
    text-decoration: underline;
}
.link2
{
    font-weight: bold;
    color: #5076C9;
    text-decoration: underline;
}




.definition3
{
    width: 3em;
    float: left;
    clear: left;
}
.definition5
{
    width: 5em;
    float: left;
    clear: left;
}
.definition7
{
    width: 7em;
    float: left;
    clear: left;
}
.definition9
{
    width: 9em;
    float: left;
    clear: left;
}
.definition12
{
    width: 12em;
    float: left;
    clear: left;
}
