body {
    margin: 0;
    /*font: small Verdana,Sans-serif;*/
    /*font: small "Lucida Sans Unicode","Verdana","Sans-serif";*/
    font: small "Lucida Sans Unicode","Lucida Grande","Verdana","Sans-serif";
}

html>body { font-size:small; }

div#headertop {
    padding: 0.5em 1em 0.0em 0.5em;
    font-weight: bold;
    font-size: 2.5em;
    color: #44447f;
}

tr { vertical-align: top }

a.headertop {
    text-decoration: none;
    color: #44447f;
}

td.headertop {
    font-size: small;
    vertical-align: bottom;
    text-align: right;
}

td.headertopnavcellleft {
    border-top: 5px solid white;
    border-left: 2px solid #44447f;
    border-right: 1px solid #44447f;
    text-align: center;
    vertical-align: bottom;
}

td.headertopnavcellmid {
    border-top: 5px solid white;
    border-left:  1px solid #44447f;
    border-right: 1px solid #44447f;
    text-align: center;
    vertical-align: bottom;
}

td.headertopnavcellright {
    border-top: 5px solid white;
    border-left: 1px solid #44447f;
    border-right: 2px solid #44447f;
    text-align: center;
    vertical-align: bottom;
}

td.headertopnavcellselected {
    border-top: 5px solid #44447f;
    background-color: #e7e7ff;
    color: black;
}

div#headermid {
    border-top: 8px solid #44447f;
    background-color: #7f7fa0;
    padding: 0em 1em 0em 1em;
    color: #e7e7f0;
    font-weight: bold;
    font-size: 2em;

    background-image: url(/gfx/titlebar_gradient.png);
    background-repeat: repeat-x;
    background-position: top;
}

td.headermid {
    font-size: 80%;
    vertical-align: bottom;
    text-align: right;
}

a.headermidnav {
    color: white;
}

a.headermidnav:visited {
    color: #f0f0ff;
}

td.headermidnavcellleft {
    /*border-top: 5px solid #7f7fa0;*/
    border-left: 2px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
    text-align: center;
    vertical-align: bottom;
}

td.headermidnavcellmid {
    /*border-top: 5px solid #7f7fa0;*/
    border-left:  1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
    text-align: center;
    vertical-align: bottom;
}

td.headermidnavcellright {
    /*border-top: 5px solid #7f7fa0;*/
    border-left: 1px solid #e7e7f0;
    border-right: 2px solid #e7e7f0;
    text-align: center;
    vertical-align: bottom;
}

td.headermidnavcellselected {
    border-top: 5px solid white;
    background-color: #a0a0d0;
    color: white;
}

td.headersub {
    border-left: 1px solid #7f7fa0;
    border-right: 1px solid #7f7fa0;
}

div#main {
    padding: 1em;
    text-align: justify;
}

div#footer {
    border-top: 8px solid #44447f;
    padding: 1em;
    text-align: right;
}

h1 {

}

h2 {
    color: #404040;
    border-bottom: 2px solid #d0d0d0;
}

h3 {
    color: #606060;
    border-bottom: 1px solid #e0e0e0;
}


p {
    line-height: 1.5em;
    text-indent: 1em;
}

ul {
    padding-left: 3em;
}

li {
    margin-bottom: 1em;
    spacing-left; 0em;
}

span.listitem {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
}

div.borderdiv {
    border: 5px solid #7f7fa0;
    padding: 8px;
    margin-top: 8px;
    text-align: left;
}

ul.linklist {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

ul.linklist li {
    background-color: #f0f0ff;
    cursor: hand;
    cursor: pointer;
}

ul.linklist li.buynow {
    background-color: #e0e0f0;
}

ul.linklist li div {
    padding: 1em;
}