@import url("style/main.css");
@import url("style/content.css");

#view-navigation,
#view-context-navigation,
#zone-quick-links,
#zone-languages,
#zone-content-ambiance,
#contentDescription,
#contentBackground,
#footerContainer,
#extraDiv,
#sidebar,
#humanReadableMessages,
.button,
.noprint
{
    display	    : none;
}

body
{
    margin	    : 0;
    padding	    : 0;
    font-size	    : 9pt;
    background	    : white;
}

table
{
    font-size	    : 8pt;
}

#mainContainer,
#contentContainer,
#headContainer
{
    margin	    : 0;
    padding	    : 0;
    width	    : auto;
    height	    : auto;
    background	    : white;
}

#zone-content
{
    background	    : white;
    float	    : none;
}

#zone-head h1
{
    font-size	    : 3em;
    text-align	    : center;
    margin	    : 0;
    padding	    : 0;
}

#zone-head h1 a
{
    padding	    : 0;
    margin	    : 0;
    background	    : none;
    width	    : auto;
    height	    : auto;
    display	    : inline;
}

#zone-head h1 a .title
{
    display	    : block;
}

#zone-head h1 a .subtitle
{
    font-size	    : 0.5em;
}

#zone-head h1 span
{
    display	    : inline;
}

#zone-head address
{
    display	    : block;
    text-align	    : center;
}

#mainContainer
{
    width	    : auto;
}

h2
{
    font-size	    : 2em;
}

table
{
    border-collapse : collapse;
}

table td, table th
{
    border	    : 1px solid #333;
}
