body {
    background-color:   black;
    padding:            0px;
    font-family:        "lucida grande", "verdana", "arial";
    font-size:          9pt;
}

table {
    border-collapse:    collapse;
    border-style:       fixed;
}

table.main {
    width:              760px;
    border-spacing:     0px;
    table-layout:       fixed;
    margin-right:       auto;
    margin-left:        auto;
}

tr.s1 {

}

tr.s1-hl {
    border-style:       solid; // dotted;
    border-width:       1px;
    border-color:       #5588BB;//#333333;
    background-color:   #84ADD6;
}

tr.s1 {
    border-style:       solid;
    border-width:       1px;
    border-color:       #5588BB;//#333333;
}

td {
    padding:8px;
}

td.menu {
    padding:            0px;
    text-align:         right;
    vertical-align:     top;
    line-height:        0px;
}

td.banner {
    height:             130px;
    padding:            0px;
    line-height:        0px;
    padding-bottom:     1px;
}

td.border-top {
    padding:            0px;
    height:             10px;
    background-image:   url(resources/border-top.gif);
    background-repeat:  repeat-x;
}

td.border-bottom {
    padding:            0px;
    height:             10px;
    background-image:   url(resources/border-bottom.gif);
    background-repeat:  repeat-x;
}

td.content {
    vertical-align:     top;
    background-color:   #6699CC;
    font-family:        "lucida grande", "verdana", "arial";
    color:              #111111;
    font-size:          9pt;
    padding-top:        10px;
    padding-bottom:     50px;
    padding-right:      30px;
    padding-left:       30px;
}

td.caption {
    padding:            0px;
    font-weight:        bold;
    text-align:         left;
}

td.date {
    padding:            0px;
    font-style:         italic;
    color:              white;
    text-align:         right;    
}


img {
}

img.menu {
    border-style:       none;
    width:              178px;
    height:             25px;
}

img.picture {
    border-style:       solid;
    border-width:       1px;
    border-color:       black;
}

img.portrait {
    border-style:       solid;
    border-width:       1px;
    border-color:       black;
    width:              100px;
    height:             150px;
}


img.thumbnail {
    margin:             3px;
    border-style:       solid;
    border-width:       1px;
    border-color:       black;
    //width:              90px;
    //height:             60px;
}

img.slideshow {
    border-style:       solid;
    border-width:       1px;
    border-color:       black;
}

h1 {
    font-family:        verdana, arial;
    font-size:          12pt;
    font-weight:        bold;
}

h2 {
    font-family:        verdana, arial;
    font-size:          10pt;
    font-weight:        bold;
}

h3 {
    font-family:        verdana, arial;
    font-size:          9pt;
    font-weight:        bold;
}

a {
    font-family:        verdana, arial;
    text-decoration:    none;
    font-weight:        normal;
    color:              white;
}

a:hover {
    font-family:        verdana, arial;
    text-decoration:    underline;
    font-weight:        normal;
    color:              white;
}

a.submenu {
    font-family:        verdana,arial;
    text-decoration:    none;
    line-height:        150%;
    margin-right:       10px;
    font-size:          7pt;
    color:              #666666;
}

a.submenu:hover {
    font-family:        verdana,arial;
    text-decoration:    none;
    line-height:        150%;
    margin-right:       10px;
    font-size:          7pt;
    color:              white;
}

a.submenu-hl {
    font-family:        verdana,arial;
    text-decoration:    none;
    line-height:        150%;
    margin-right:       10px;
    font-size:          7pt;
    color:              white;
}

p.submenu {
    margin-top:10px;
    margin-bottom:10px;
}

div.notice {
    font-size:larger;
    color:white;
}

div.copyright {
    font-family:        "Lucida Grande", ;
    text-align:         center;
    font-size:          8pt;
    color:              #444444; 
}