body {
    background: #000000;
    padding: 0px;
    margin: 0px;
}

font.copyright {
    color: #ffffff;
    font-size: x-small;
}

img.spotlight {
    float: left;
    margin: 10px 10px 10px 10px;
}

table.inner_table {
    border: 0px solid;
    width: 100%;
    float: center;
}

table.content_table {
    border: 2px solid #00BFF3;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 15px;
}

hr {
    text-align: center;
    width: 50%;
    color: #00BFF3;
    height: 2px;
    border: 0px;
    background-color: #00BFF3;
}

h3 {
    margin-bottom: -15px;
    text-decoration: underline;
}

u, b , a, h3, font {
    color: #00BFF3;
    font-family: "Verdana", "Arial";
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p.table_content_text:first-letter {
    color: #00BFF3;
    font-size: large;
}

p, li {
    color: #ffffff;
    font-family: "Verdana", "Arial";
}

p.content_text:first-letter {
    color: #00BFF3;
    font-size: xx-large;
}

.content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    padding-bottom: 100px;
    text-align: center;
}

.person {
    float: right;
    text-align: right;
    position: fixed;
    bottom: 85px;
    right: 10px;
}

.bottom {
    background-image: url('images/bg_bottom.gif');
    background-repeat: repeat-x;
    width: 100%;
    height: 24px;
    float: left;
    text-align: left;
    vertical-align: bottom;
    position: fixed;
    bottom: 0px;
    padding-bottom: 0px;
    margin: 0px;
}

.bottom_nav {
    height: 85px;
    float: right;
    text-align: right;
    vertical-align: bottom;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding-bottom: 0px;
    margin: 0px;
}

.top {
    background-image: url('images/bg_top.gif');
    background-repeat: repeat-x;
    width: 100%;
    height: 10px;
    float: left;
    text-align: left;
    vertical-align: top;
    position: fixed;
    top: 0px;
    padding: 0px;
    margin: 0px;
}

.top_logo{
    height: 72px;
    float: left;
    text-align: left;
    vertical-align: top;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
}