/*** NULL ***/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,hr
{ 
    margin: 0; 
    padding: 0; 
}

/*** BASICS ***/
html, body
{
    height: 100%;
}

body
{
    background: #ffffff;
    color: #333333;
    font-size: 0.7em;
}

body, select, input, textarea
{
    font-family:  Tahoma, Arial, Helvetica, sans-serif;
}

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

a:visited
{
    color: #333333;
}

table, address, select, input, textarea
{
    font-size: 1em;
}

/*** COMMON ***/
.hidden
{
    display: none;
}


.noPrint
{
    display: none;
}


hr
{
    border: 1px solid #000000;
    background-color: transparent;
}

.header .url
{
    text-align: right;
    margin-top: 0.5em;
}
        
.header .lang
{
    display: none;
}

.url
{
    text-align: right;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

ins
{
    text-decoration: none;
}
        
/*** WYSIWYG ***/
.wsw
{
    font-size: 1.1em;
    line-height: 1.2em;
}

    .wsw ul li
    {
        margin-left: 2em;
    }
    
    .wsw h1,
    .wsw h2,
    h1,
    h2
    {
        color: #D3007A;
        font-size: 1.4em;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }
    
    h2 a
    {
        text-decoration: none;
        color: #D3007A;
        font-size: 0.9em;
    }
    
    .wsw h3,
    h3
    {
        font-size: 1.2em;
        color: #D3007A;
        margin-bottom: 0.5em;
    }
    
    .wsw h4,
    h4
    {
        font-size: 1.1em;
        color: #D3007A;
        margin-bottom: 0.5em;
    }
    
    .wsw h5,
    h5
    {
        font-size: 1.1em;
        color: #76b20e;
        margin-bottom: 0.5em;
    }
    
    .wsw p
    {
        margin-bottom: 0.5em;
    }
    
    .wsw ul
    {
        margin: 0.5em 3em;
    }
    
        .wsw ul li
        {
            list-style-type: disc;
        }
        
    .wsw ol
    {
        margin: 0.5em 3em;
    }
    
        .wsw ol li
        {
            list-style-type: decimal;
        }
        
    .wsw blockquote
    {
        font-style: italic;
        margin: 0 4em 0.3em 0;
    }
    
        .wsw blockquote p
        {
            text-indent: 0;
            margin: 0;
            padding: 0;
        }
        
    .wsw img 
    {
        margin: 0.5em 0.2em;
        border: none;
    }
    
        a img
        {
            border: none;
        }
    
    .wsw table
    {
        margin: 0 0 0.3em 0;
        border-style: none;
        border-spacing: 0px;
        border-width: 0px;
        border-collapse: collapse;
        font-size: 1em;
        color: #333333;
    }
    
        .wsw table tr
        {
            padding: 0;
        }
        
            .wsw table tr td
            {
                border: none;
                border-width: 0px;
                padding-left: 10px;
                text-align: left;
                font-size: 1em;
                font-weight: normal;
            }

    .wsw hr
    {
        border: 1px solid #000000;
        background-color: transparent;
    }

.wrapBar
{
    margin: 1em 0;
    padding: 1em 0;
}