body {
    margin: 0;
	background: #9A9786 url(../images/background-pattern.png) repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 13pt;
    color: #000000;
}

*.clear {
    clear: both;
}

*.bleu-comalia {
    color: #0075D5;
}

*.orange-comalia {
    color: #F36600;
}

*.no-spacing {
    margin-top: 0;
    padding-top: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

acronym {
    border-bottom: 1px dotted #999999;
    cursor: help;
}


h1, h2, h3, h4 {
    font-family: inherit;
    font-weight: normal;
    margin: 0;
    padding: 2px 0;
    text-align: left;
}

h1 {
    color: #0075D5;
    font-size: 14pt;
    margin-top: 30px;
}

h2 {
    color: #0075D5;
    font-size: 11pt;
    font-style: italic;
    margin-top: 20px;
}

h3 {
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 10px;

}

h4 {
    color: #515151;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 10px;
}

p {
    margin: 10px 0;
    padding: 0;
    text-align: justify;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    margin-left: 14px;
    font-weight: normal;
    text-align: justify;
}

.d-left {
    position: relative;
    float: left;
    width: 25%;
    margin: 10px 20px 10px 10px;
    text-align: center;
}

.d-right {
    position: relative;
    float: right;
    width: 68%;
    margin: 10px 0px 10px 10px;
}

.d-center {
    position: relative;
    margin: 30px 10px 10px 10px;
}
