@charset "UTF-8";
/* CSS Document */

body  {
    background: #000000;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    }

.header{
font-family: arial, 'sans serif';
color: white;
text-align: left;
font-size: 13px;
font-style: normal;
font-weight: bold;
}
p{
margin-left: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 10px; }

.old
{
position:absolute;
left:0px;
}
.pos_absLeft
{
 border: 1px solid red;
 float: left
 font-family: arial, 'sans serif';
color: white;
text-align: left;
font-size: 12.5px;
font-style: normal;
font-weight: normal;
 }
.container{
overflow:hidden;
 position:absolute;

}

 #leftcolumn {
 float: left;
 position:absolute;
 clear:right;
 }
#rightcolumn {
float: left;
font-family: arial, 'sans serif';
color: white;
text-align: left;
font-size: 12px;
font-style: normal;
font-weight: normal;
position:absolute;
left:150px;
clear:right;
}


.clear { clear: right;}

.bcopy {
font-family: arial, 'sans serif';
border-left: 11px solid #000000;
border-right: 11px solid #000000;
border-top: 11px solid #000000;
border-bottom: 11px solid #000000;
color: white;
text-align: left;
font-size: 12.5px;
font-style: normal;
font-weight: normal;
}

.bcopy2 {
font-family: arial, 'sans serif';
color: white;
text-align: left;
font-size: 12px;
font-style: normal;
font-weight: normal;
}
sup{
font-family: arial, 'sans serif';
color: white;
text-align: left;
font-size: 9px;
font-style: normal;
font-weight: normal;
}
.leftMargin{
font-family: arial, 'sans serif';
color: white;
margin-left: 20pt;
padding-bottom: 0pt;
margin-bottom:0pt;
text-align: left;
font-size: 12px;
font-style: normal;
font-weight: normal;

}

table.site{
table-layout: fixed;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none; }

.m {
    background-color: #000000;
    font: bold 14px/26px sans-serif;
    color: #ffc900;
    padding:0px;
    margin:0;
    width:100%;
    vertical-align:middle;
    margin-left: 0pt;
}
.mTop {
    background-color: #000000;
    border-top: 1px solid #666666;
    font: bold 14px/26px sans-serif;
    color: #ffc900;
    padding:0px;
    margin:0;
    width:100%;
    vertical-align:middle;
    margin-left: 0pt;
}
.mTB {
    background-color: #000000;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    font: bold 14px/26px sans-serif;
    color: #ffc900;
    padding:0px;
    margin:0;
    width:100%;
    vertical-align:middle;
    margin-left: 0pt;
}
.mBottom {
    border-bottom: 1px solid #666666;
    font: bold 14px/26px sans-serif;
    color: #ffc900;
    padding:0px;
    margin:0;
    width:100%;
    vertical-align:middle;
    margin-left:0pt;
}
