/*******************x***********************************************************/

body {
    font-family: helvetica, tahoma, arial;
    background-color: #990000;
    font-size: 10pt;
}

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

h1{
     font-size: 12pt;
         font-weight: bold;
}

h2{
     font-size: 11pt;
         font-weight: bold;
}

p{
     font-size: 10pt;
}


/******************************************************************************/
*.star {
    width:100pt;

        border-width:0px;
        padding:0px;
}

*.feuerbach {

    color: #FF9999;
    text-align:right;
    font-size: 9pt;

     max-height:70px;
    height:70px;
        width:600;

        border-width:0px;
        padding:0px;
}

*.feuerbach b {
     font-weight: bold;
}

*.title {

    vertical-align: top;
    white-space: nowrap;
    text-align: left;
    font-size: 11pt;
    font-weight: bold;

    width:70px;

        border-width:0px;
        padding:0px;
}


/******************************************************************************/

*.content {
    background-color: #FAE1DE;
    padding-top: 15px;
    padding-left: 10px;
        width: 707px;
         max-width:707px;
         min-width:707px;
         vertical-align: top;

        border-width:0px;
}

.content a {
         font-size: 10pt;
       font-weight: italic;
}
/******************************************************************************/

.nav {
    list-style: none;
    margin: 0px;
    font-size: 10pt;
    text-align: left;
    background-color: #990000;
    width:100pt;
    vertical-align:top;
    align:left

        border-width:0px;
        padding:15px;
}

.nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;

    font-size: 9pt;
}

.nav li {

}

.nav ul ul {
     list-style: none;
         padding-left: 5px;
}
.nav ul li {
    padding-right: 0px;
}

.nav a {
    display: block;
    margin: 0px;
    padding: 1px;

    color: #000000; text-decoration: none;

}

.nav a:hover {
    color: #FF9999;
}

.nav a.sel {
    font-weight: bold;
}

.nav a.bottom, .nav a.bottom:hover {
    display: block;
    border: 0px;
    background-color: #f1f1f1;
    text-align: left;
    padding: 10px;
}
