@charset "utf-8";

/*** DOCUMENT ******************************************************************/

body { 
    font-size: 8pt; 
    color: #000;
    background-color: #fff;
}

/*** GLOBAL STYLES *************************************************************/

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

a {
    text-decoration: underline;
    color: #000;
}

a.cCurrent {
    text-decoration: none;
}

strong {
    font-weight: bold;
    color: #000;
}

ul {
    list-style: disc;
}

/*** DIVISIONS ******************************************************************/

/*** SCREEN *********************************************************************/

#dScreen {
    width: 100%;
    background-color: #fff;
}

/*** BODY **********************************************************************/

#dBody {
    background-color: #fff;
}

/*** HEADER ********************************************************************/

#dHeader {
    display: none;
}

/*** MENU META *****************************************************************/

#dMenuMeta {
    display: none;
}

/*** MENU ABOUT ****************************************************************/

#dMenuAbout {
    display: none;
}

/*** MENU ABOUT SUB **************************************************************/

#dMenuAboutSub {
    display: none;
}

/*** LOGO **********************************************************************/

#dLogo {
    display: none;
}

/*** CLAIM **********************************************************************/

#dClaim {
    display: none;
}

/*** MENU ********************************************************************/

#dMenu {
    display: none;
}

/*** FOOTER ******************************************************************/

#dFooter {
    background-color: #fff;
    font-size: 1em;
    color: #000;
    padding: 1em;
    margin-top: 2em;
}

#dFooter a {
    color: #000;
}

/*** CONTENT *****************************************************************/

#dContent {
    padding: 0;
    margin: 0;
    min-width: 100%; width: 100%; max-width: 100%;
    overflow: visible;
    color: #000;
}

#dContent a {
    color: #000;
    text-decoration: underline;
}

#dContent h1, h2, h3, h4, h5, h6 {
    color: #000;
}

#dContent ul.cNews h1, ul.cNews h2, ul.cNews h3, ul.cNews h4, ul.cNews h5, ul.cNews h6 {
    color: #000;
}

#dContent strong {
    color: #000;
}

#dContent ul {
    list-style: disc;
}

#dContent ul.cSize {
    list-style: disc;
}

#dContent ul li {
    margin-left: 1.5em;
}

#dContent h4.cPressTopline {
    color: #000000; 
}

/*** CONTENT-BOX *************************************************************/

#dContentBox {
    display: none;
}

#dContentBox a {
    color: #000;
    text-decoration: underline;
}

/*** CONTENT-VISUAL *************************************************************/

/*** SITEMAP ****************************************************************/

/*** COMMON-CLASSES *********************************************************/

div.cContent {
    min-width: 90%; width: 90%; max-width: 90%;
}

/**
 * Note: in the future the class cLastChild can be replaced
 * with ":last-child".
 */

/*** FROMS AND FIELDS **********************************************************/

/*** NEWS **********************************************************************/

ul.cNews, ul.cFiles {
    position: relative;
    top: -0.5em;
    margin-bottom: 0;
    list-style: disc;
}

ul.cNews li {
    margin-bottom: 0.7em;
    padding: 0.5em 0 0.2em 1em;
    background-image: none;
}

ul.cNews li.cLastChild {
    background-image: none;
    margin: 0 0 0 0;
    padding: 0.5em 0 0 0;
}

/*
ul.cNews li div.cImage {
    display: none;
}
*/

ul.cNews li div.cImage img {
    margin-bottom: 0.5em;
}

ul.cNews li div.cText {
    padding: 0 0 0 0;
}

ul.cNews li div.cText ul {
    margin: 0;
    list-style-type: disc;
    font-size: 1.2em;
    padding: 0 0 0 1.2em;
}

ul.cNews li div.cText ul li {
    margin: 0;
    padding: 0.2em 0 0.2em 0;
    background-image: none;
}

