/* BASIC ELEMENT */

body {
    padding: 0;
    background: #FFFFFF url( ../images/img1.gif ) repeat-y center top;
    color: #666633;
    text-align: center;
    width: 800px;
    margin: auto;
}

p {
    font:12px palatino linotype;
    margin: auto;
    padding: 3px;
    line-height: 180%;
    text-align: justify;
    width: 800px;
    color: #666633;
}

p.tabular {
    text-align:left;
    width:100%;
}

h1 {
    color: #990033;
    font: 1.2em palatino linotype;
    width: 800px;
}

h2 {
    background-image: url( ../images/img2.gif );
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top;
    padding-top: 20px;
    color: #990033;
    font: 1em palatino linotype;
    width: 800px;
}

strong {
    color: #00578A;
}


a:link {
     color: #0588BC;
}

/* CLASSES */

table.no-border {
    font: 12px palatino linotype;
    border: 0;
    width: 800px;
    margin: auto;
}

table.no-border td {
    border: 0;
}

table.no-border th {
    vertical-align: top;
    border: 0;
    color: #874B46;
}

table.data {
    font: 12px palatino linotype;
    border: 1px solid black;
    width: 600px;
    margin: auto;
}

table.data td {
    border: 1px solid;
}

table.data th {
    border: 1px solid;
    color: #0588BC;
}

table.contents {
    font: 12px palatino linotype;
    border: 3px solid black;
    width: 800px;
    margin: auto;
}

table.contents td {
    border: 1px solid;
    font-weight:bold;
}

table.contents th {
    border: 1px solid;
    color: #874B46;
}


br.decor {
    background-image: url( ../images/img2.gif );
}

p.title {
    font: 13px palatino linotype;
    color: #990033;
}

p.top_title {
    color: #0588BC;
    font-weight :bold;
}

h1.chapter-title {
    color: #0588BC;
}

h2.subchapter-title {
    color: #0588BC;
}
