/* ####### STEFAN M. MOSER'S CSS STYLE FILE ####### */

body
{
    margin: 0 15px 0 0;
    padding: 0;
    line-height: 100%; 
    font-size: 12pt;
    font-family: Helvetica, sans-serif;
    color: #000000;
    background-color: #ffffff;
}

table, td
{
/*  border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
*/
    vertical-align: top;
}

table#contents
{
    text-align: left;
    margin: 20px 0 0 0;
/*    width: 1050px; */
}

td#main
{
    width: 850px;
    line-height: 130%;
    padding: 0 0 0 200px;
}

td#bar
{
    width: 200px;
    line-height: 170%;
    position: fixed;
}

img 
{ 
    border: none; 
}

em
{
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    color: #ff0000;
}

.emc
{
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    color: #9900cc;
}

.emb
{
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    font-size: 130%;
    color: #ff0000;
    line-height:150%;
}

a 
{
    text-decoration: none; 
    font-weight: bold;
    color: #1d3ff9; 
}
a:visited 
{
    color: #2ebeff; 
}
a:hover 
{
    color: #2ebeff; 
}
a:active 
{ 
    color: #ff0000; 
}

a.contents:link
{
    color: #1d3ff9;
    text-decoration: none;
}
a.contents:visited
{
    color: #1d3ff9;
    text-decoration: none;
}
a.contents:hover
{
    color: #2ebeff;
    text-decoration: none;
}
a.contents:active
{
    color: #ff0000;
    text-decoration: none;
}

a.sticking:link
{
    color: #ff0000;
    text-decoration: none;
}
a.sticking:visited
{
    color: #ff0000;
    text-decoration: none;
}
a.sticking:hover
{
    color: #ff0000;
    text-decoration: none;
}
a.sticking:active
{
    color: #ff0000;
    text-decoration: none;
}

a[name]
{
    text-decoration: none; 
    font-weight: normal;
    color: #000000; 
}
a.name
{
    text-decoration: none;
    font-weight: bold;
    color: #ff0000;
}

h1
{
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    font-size: xx-large;
    margin: 30px 0px 60px 0px;
    line-height: 130%; 
}

h2
{
    font-size: x-large;
    font-weight: bold;
    margin: 50px 0px 20px 0px;
    padding: 0;
    color: #ff0000;
    line-height: 130%; 
}

ul#nav
{
    float: left;
    clear: both;
    display: block;
    margin: 20px 50px 20px 5px;
    padding: 0;
    list-style: none;
    font-style: normal;
    font-size: x-large;
    font-weight: bold;
    text-decoration: none;
}

ul#nav li
{
    padding: 15px 10px 5px 10px;
}

.copyright
{
    font-family: sans-serif;
    padding-left: 70pt;
    padding-right: 70pt;
}

.address
{
    line-height: 17px;
    color: #000000;
    font-size: 10pt;
    font-family: Courier, monospace;

}

hr.footer
{
    width: 100%; 
    color: #000000;
    background-color: #000000;
    border: 1px solid #000000;
    margin-bottom: 20px;
}

hr.dash
{
    width: 25px; 
    text-align: left;
    color: #ffaa00;
    background-color: #000000;
    border: 1px solid #000000;
    margin-left: 2px;
}

.border
{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    font-size: 0.8rem;
}
