body {
    margin: 0px;
    padding: 0px;
    color: #333;
    background: #eee;
    font-size: 16px;
    font-family: Arial, Sans-serif;
}

br {
    letter-spacing: normal;
    clear: both;
}

ul {
    font-weight: normal;
    padding-bottom: 15px;
}

h5 {
    margin: 0px;
}

.main {
    width: 95%;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.mgrn-2 {
    margin: 8px;
}

#container {
    margin: 0px auto;
    line-height: 140%;
}

#header {
    margin: 0px auto;
    background: #000;
    padding: 3px 0px 0px;
}

#sony_logo {
    float: left;
    margin-top: 10px;
    margin-bottom: 13px;
}

.boxContainer {
    display: flex;
}

#email_logo {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.float_logo_section {
    float: left;
    margin-left: 10px;
    margin-top: 2em;
}

.float_section {
    float: left;
    margin: 10px;
}

#disclosure {
    float: left;
    margin: 10px;
}

#disclosure ul {
    list-style: none;
    padding-left: 20px;
}

#disclosure a {
    text-decoration: none;
}

#footer {
    display: flex;
    width: 100%;
    clear: both;
    background: #000;
}

.copyright {
    margin: 15px;
    margin-right: 0px;
}

#footer .copyright p {
    font-size: 13px;
    text-align: left;
    color: #ccc;
}

#footer .copyright a {
    text-decoration: none;
    color: #ccc;
}

tr.header {
    background-color: gray;
}

tr.pd {
    background-color: #aaffaa;
}

tr.ud {
    background-color: #ffaaaa;
}

#news_archive tr {
    background-color: whitesmoke
}

#news_archive tr.shaded {
    background-color: lightgray;
}

#release tr td p {
    margin-top: 0px;
    margin-bottom: 0px;
}

#release tr {
    background-color: whitesmoke;
}

#release tr.header {
    background-color: gray;
}

#release tr.shaded {
    background-color: lightgray;
}

.home_block tr {
    background-color: whitesmoke;
}

.home_block tr.header {
    background-color: gray;
}

.home_block tr.shaded {
    background-color: lightgray;
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration-line: underline;
}

#home {
    font-size: 13px;
}

#home h2 {
    font-size: 16px;
}

#home h3 {
    font-size: 11px;
}

.fz15 {
    font-size: 15px;
}

#home h1,
#home h2,
#home h3,
#home h4,
#home h5 {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

#container #home {
    line-height: 100%;
}