body
{
    background-color: white;
    font-family:      verdana;
    margin-left:      0px;
    margin-right:     0px;
    margin-top:       0px;
    margin-bottom:    0px;
    text-align:       center;
}
table
{
    border-width:     1px;
    border-style:     solid;
    border-color:     black;
    width:            auto;
}
.narrownoborder
{
    border-width:     0;
    border-style:     none;
    width:            80%;
    align:            center;
}
.tablenoborders
{
    border-width:     0;
    border-style:     none;
    width:            100%;
}
.tablearial
{
    border-width:     2;
    border-style:     solid;
    border-color:     black;
    font-family:      arial;
/*    font-size:        10pt; */
    font-size:        small;
    width:            100%;
}
.header1
{
    font-family:      verdana;
/*    font-size:        18pt; */
    font-size:        x-large;
    font-weight:      bold;
    color:            darkslateblue;
    text-align:       center;
}
.header2
{
    font-family:      verdana;
/*    font-size:        14pt; */
    font-size:        large;
    font-weight:      bold;
    color:            darkslateblue;
    text-align:       center;
}
.footer
{
    font-family:      verdana;
/*    font-size:        10pt; */
    font-size:        small;
    color:            darkslateblue;
    text-align:       center;
}
h1
{
    font-family:      verdana;
    color:            darkslateblue;
    text-align:       center;
}
h2
{
    font-family:      verdana;
    color:            darkslateblue;
    text-align:       center;
}
h3
{
    font-family:      verdana;
    color:            darkslateblue;
    text-align:       center;
}
h4
{
    font-family:      verdana;
    color:            darkslateblue;
    text-align:       center;
}
h5
{
    font-family:      verdana;
    color:            darkslateblue;
    text-align:       center;
}
tr
{
    font-family:      arial;
    color:            black;
}
th
{
    border-width:     1;
    border-style:     solid solid solid solid;
    font-family:      arial;
    color:            blue;
    background-color: #e9e9d8;
}
td
{
    font-family:      arial;
    border-width:     1;
    border-style:     solid solid solid solid;
    border-color:     black;
}
.tdnoborders
{
    font-family:      arial;
    border-width:     0;
    border-style:     none none none none;
}
a:hover
{
    font-weight:      normal;
    text-decoration:  none;
    color:            red;
    background-color: lightyellow;
}
a
{
    font-weight:      normal;
    text-decoration:  none;
    text-decoration:  underline;
    color:            #0000aa;
}
a.tablecell:hover
{
    font-weight:      normal;
    text-decoration:  underline;
    color:            blue;
}
p
{
    text-align:       center;
    font-family:      verdana;
    font-style:       normal;
    color:            black;
}
.x
{
    text-align:       left;
    font-family:      verdana;
    font-style:       italic;
    color:            lime;
}
.center
{
    text-align:       center;
    font-family:      verdana;
    font-style:       normal;
    color:            black;
}
.button
{
    cursor:           hand;
}
