body
{
    color: #000000;
    background-color: #999999;
    font-family: Courier New, Courier;
    font-size: 9pt;
}

a, a:hover, a:active, a:visited
{
    text-decoration: none;
}

a
{
     color: #009933;
}
a:visited
{
     color: #006633;
}
a:active
{
     color: #33cc33;
}

a:hover
{
    color: rgb(242,250,250);
    background-color: #009933;
}

ul
{
    list-style-type: square;
}

ul li
{
      margin: 3px;
/*    margin-bottom: 5px;  */
}

#layouttab
{
    margin-top: 100px;
    margin-left: 60px;
    /*background-color: #CCCCCC;*/
    background-color: rgb(242,242,250);
    font-size: 9pt;

    text-align: left;
    width: 720px;
    height: 300px;
    /* debugging  border: 1px solid red; */
    vertical-align: top;
}

#linetop
{
    height: 65px;
    /* debugging   border: 1px solid red; */
}

#linemiddle
{
    height: 490px;
    /* debugging   border: 1px solid red; */
}

#linebottom
{
    height: 45px;
    /* debugging   border: 1px solid red; */
}

td.colleft
{
    width: 160px;
    vertical-align: top;
    text-align: left;
    /* debugging   border: 1px dotted #FF3333; */
}

td.colcenter
{
    width: 480px;
    vertical-align: top;
    /* debugging   border: 1px dotted #FF3333; */
}

td.colright
{
    width: 80px;
    vertical-align: top;
    /* debugging   border: 1px dotted #FF3333; */
}

#cell2
{
    vertical-align: bottom;
    text-align: right;
}

#cell5
{
    border-top: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
}

#cell8
{
    text-align: center;
    vertical-align: middle;
    font-size: 8pt;
}

#menucontainer
{
     margin-top: 10px; margin-bottom: 10px;
     /* debugging   border: 1px dotted #FF3333; */
}

#menulist
{
    margin: 0px; padding-left: 20px;
    list-style-type: square;
}

#menulist li
{
    margin-bottom: 4px;
}
/*
#menulist li:hover
{
    margin-bottom: 3px;
}

#contentcontainer
{
     margin: 10px;
    // debugging   border: 1px dotted #FF3333; 
}
*/
h3
{
    font-size: 9pt;
    color: #009933;
    font-weight: bold;
}

#portrait
{
    float: right;
    margin-left: 5px;
    width:161px;
    height:130px;

}

.inputtext
{
    border: 1px solid #999999;
    background-color: #DDDDDD;
    width: 190px;
    font-family: Courier New, Courier;
}

.inputsubmit
{
    border: 1px solid #999999;
    background-color: #DDDDDD;
    font-family: Courier New, Courier;
}

.smalldashed
{
    margin: 0px;
    padding: 0px;
}

.smalldashed li
{
    margin: 0px;
    padding: 0px;
    margin-left: 3px;
    list-style-type: square;
    list-style-position: inside;
    
}

.morespace li
{
    margin-bottom: 5px;
}

.indented 
{
    margin: 0px 0px 0px 17px;
}
