img.noborder
{
    border: 0;
}

div.hidden
{
    display: none;
}

/***/

#content
{
    font-family: Verdana,Tahoma,Arial,Sans-serif;
    font-size: 80%;
    margin-right: 1em;
    margin-left: 1em;
}

/* ?? Bad Mozilla makes nonsense top margin for H1, H2, ... */

#content :first-child
{
    margin-top: 0em;
}

#content p
{
    margin: 0 0 1em 0;
}

#content p.cap:first-letter
{
    color: gray;
    font-size: 110%;
}

#content .red
{
    color: red;
    font-weight:bold;
}

#content .center
{
    text-align: center;
}

#content th
{
    font-size: x-small;
    text-align: left;
    font-weight : bold;
    color : yellow;
    background-color : blue;
}

#content td
{
    font-size: x-small;
}

#content table.general
{
    border-collapse : collapse;
}

#content table.general th
{
    text-align: left;
    font-weight : bold;
    color : yellow;
    background-color : blue;
    border: black solid 1px;
    padding: 1px;
}

#content table.general td
{
    border: black solid 1px;
    padding: 1px;
}

/***/

@media print
{

#navigator
{
    display: none;
}

#content
{
    margin-left: 1em;
}

}
