/* basic formats */

body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #666;
}

@media (min-width: 1900px) {
    body {
        background-image: url(./images/cipsm_organi_2nov17_800.jpg);
        background-repeat: no-repeat;
        background-position: 1024px 200px;
    }
}

p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

a {
    color: #6a7b69;
    text-decoration: underline;
}

a:hover {
    color: #6a7b69;
    text-decoration: none;
}

a:active a:visited{
    color: #6a7b69;
}


/* head lines */

h2 {
    font-family: georgia, times, sans-serif !important;
    font-weight: normal;
    color: #6a7b69;
    font-size: 1.6em;
    margin: 10px 0 0 0;
    padding: 0 0 8px 0;
}

h2 a, h2 a:link, h2 a:visited {
    color: #6a7b69 !important;
    text-decoration: none !important;
}

h2 a:hover, h2 a:focus, h2 a:active {
    text-decoration: underline;
}

h3 {
    font-family: georgia, times, sans-serif;
    font-weight: normal;
    color: #6a7b69;
    font-size: 1.33em;
    margin: 15px 0 0 0;
    padding: 0 0 3px 0;
}

h3.lined {
    border-bottom: 1px dotted #ccc;
}

h3.lined a,
h3.lined a:link,
h3.lined a:visited {
    font-family: georgia, times, sans-serif;
    color: #6A7B69;
    text-decoration: none;
}

h3.lined a:hover, h3.lined a:focus, h3.lined a:active {
    text-decoration: underline;
}

h4 {
    clear: both;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    color: #888;
    font-size: 0.83em;
    margin: 0;
    padding: 2px 0 3px 0;
}

h5, h6 {
    clear: both;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    color: #888;
    font-size: 0.75em;
    margin: 0px 0px 5px 0px;
    padding: 0;
}


/* tables */

table {
    border: 0px solid #fff;
    margin-bottom: 10px;
    border-collapse: collapse;
    font-size: 0.9em;
    padding: 0px;
    margin: 0px;
}

tr {
}

td {
    font-family: verdana, arial, sans-serif;
    font-size: 1em;
    color: #000;

}
