BODY TD {margin: 2em; font-size: 10pt; font-family: serif; background: white; color: black;}
TD {vertical-align: top}
A:link {color:  blue;}
A:visited {color: gray;}
A:active {color: red;}
a:hover {color: red;}
P {text-align: left;}
IMG.right {float: right;margin: 10px;}
IMG.left {float: left; margin: 5px;}
IMG.center {float: center;}
LI {list-style-type: square:}

.left {text-align: left;}
.right {text-align: right;}
.just  {margin-right: 20px; text-align: justify;}
.hidden {visibility: hidden;}
.top-bottom {
    border-top: 2px solid #555;
    border-bottom: 2px solid #555;
    width: 125px;
}
.sectionheader{
    background-color: #ccc;
    border-top: 2px solid #555;
    border-bottom: 2px solid #555;
    margin: 5px 0px 5px 0px;
    width: 650px;
    text-align: left;
    font-size: 12pt;
    color: black;
}
#titlebar{
    background-color: #ddf;
    border-top: 2px solid #555;
    border-bottom: 2px solid #555;
    width: 400px;
    text-align: center;
    font-size: 18pt;
    color: blue;
}

img floatright{
    float: left; 
    margin: 4px;
}

