/* Top Level Presets */
html {
    background-color: #000000; /* needed for google browsers */
}

body {
    background-color: #000000;
    font-size: 14px;
    font-family: sans-serif;
    color: #ffffff;
}

img { 
    border: none;
}

input, select, button {
    font-size: 14px;
    font-family: sans-serif;
}    

a, a:active {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

a:visited {
    color: #a9a9a9;
    text-decoration: underline;
}

a:visited:hover {
    color: #a9a9a9;
    text-decoration: none;
}

/* The Container */
#the_container {
    width: 100%;
}

/* Logo */
.logo_container {
    margin-bottom: 0px;
}

.logo_part_red {
    font-size: 46px;
    color: #ff0000;
    font-weight: bold;
}

.logo_part_white {
    font-size: 46px;
    color: #ffffff;
    font-weight: normal;
}

#logo_part_home {
    visibility: hidden;
    color: #ff0000;
}

.logo_byline {
    margin-top: 0px;
    font-size: 32px;
    font-weight: normal;
}

a.logo_link, a.logo_link:active, a.logo_link:hover, a.logo_link:visited, a.logo_link:visited:hover {
    text-decoration: none;
}

/* Misc */
.red {
    color: #ff0000;
}
