/* global settings -----------------------------------------------------------*/
html,
body {
    background: white;
    color: #000;
    font-family: times, "times new roman", serif;
    font-size: 12pt;
}
a {
    color: #1b4199;
    text-decoration: underline;
}
/* shared settings -----------------------------------------------------------*/
.top {
    display: none;
}
/* framework settings --------------------------------------------------------*/
#wrapper {
    margin: auto;
    width: auto;
}
/* header settings -----------------------------------------------------------*/
#header {
    background: none;
    height: auto;
    width: auto;
}
#logo {
    height: auto;
    margin: 0 0 10px 0;
    width: auto;
    
}
/* navigation settings -------------------------------------------------------*/
/* navigation-service */
#navigation-service {
    display: none;
}
/* navigation-main */
#navigation-main {
    display: none;
}
/* navigation-footer */
#navigation-footer {
    display: none;
}
/* content settings ----------------------------------------------------------*/
iframe {
    height: 850px;
    margin: 0;
    padding: 0;
    width: 100%;
}
#content {
    padding: 0;
    width: 100%;
}
#content h1 {
    color: #000;
    font-size: 12pt;
}
#content p {
    color: #000;
    font-size: 10pt;
}