BODY {
    margin:         0px;
    padding:        0px 5px 10px 0px;

    background-color: #fff;
/*  
    background-image: url('../images/bg.gif');
    background-repeat: no-repeat;
*/
}

TABLE {
    margin:         0px;
    padding:        0px;

    width:          100%;

    font-family:    Verdana, Arial, sans-serif;

    border-collapse:   collapse;
}

TD, TH {
    margin:         0px;
    padding:        0px;
/*    border: 1px solid blue;  */

    vertical-align: top;
    text-align:     left;
}

IMG {
    margin:         0px;
    padding:        0px;
}

A { 
    text-decoration:    none;
    font-weight:        bold;
}

A:hover {
    text-decoration:    underline;
}

/*===========================*/
TABLE#middle{
    height:         15px;
    font-size:      0.1em;
}

#body TH {
    font-size:      1.3em;
    color:          #777;
    padding-top:    5px;
}

#body TD.left {
    width:              32px;
    background-image:   url('../images/leftbg.gif');
    background-repeat:  no-repeat;
    background-position: 24px 0px;
}


#body TD.content {
    padding:        10px 12px 8px 12px;
    font-size:      0.8em;
}

#body TD.content P {
    color:          #444;
    text-align:     justify;    
}

#body STRONG {
    color:          #888;
}

#body A {
    color: #88C;
}

P:first-letter {
    font-weight:    bold;
    color:          #888;
}

/*===========================*/
#rightpad {
    border-left:        1px solid #88a;
}

ADDRESS {
    font-style: normal;
    text-decoration: none;

    line-height: 1.5em;
}


#logodn {
    background-image: url('../images/logodn.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
