@import url(/css/text.css);
@import url(/css/links.css);
@import url(/css/form.css);


body{
        background:#dddddd;
        padding:0px;
        margin:0px;
        color:#000000;
        /*OVERFLOW: scroll;*/
        OVERFLOW-X: scroll;
}
body,table{
        font-size:12px;
        font-family:Arial;
        line-height:130%;
}
/*#Main{
        padding:14px 0px 0px 0;
}*/


table{
        border:none;
        border-collapse:collapse;
}
td{
        border:none;
        /*border:1px red solid;*/
        padding:0px;
        margin:0px;
        vertical-align:top;
}


.table{
        margin-top:16px;
}
.table td{
        padding:2px 8px 2px 0px;
}


.table_1{
        margin-top:16px;
}
.table_1 td,th{
        padding:4px 5px 2px 20px;
        border:1px #CCCCCC solid;
    text-transform:none;
    vertical-align:top;
    text-align:left;
}
.table_1 th{
  font-weight:bold;
  color:#FFF;
  background:#999999;
}




.table_2{
        margin-top:16px;
}
.table_2 td{
        padding:4px 5px;
        border:2px #ccc solid;
}


.table_3{
        margin-top:16px;
}
.table_3 td{
        padding:4px 5px;
        border:2px #fff solid;
    background:#ddddcd;
}



.table_4{
        margin-top:16px;
}
.table_4 td{
        padding:4px 5px;
        border:2px #fff solid;
    background:#ddddcd;
}
.table_4 th{
        padding:4px 5px;
        border:2px #fff solid;
    background:#436ebd;
    text-align:left;
    font-weight:normall;
}


.table_5{
        margin-top:16px;
}
.table_5 td{
        padding:4px 15px 2px 20px;
        border:2px #fff solid;
    background:#dddddd;
    text-transform:none;
    vertical-align:top;
}
.table_5 th{
        padding:4px 5px 2px 0px;
        border:2px #fff solid;
    background:#436ebd;
    color:white;
    text-align:center;
    font-weight:lighter;
}



.table_history{
        margin-top:6px;
}
.table_history td{
        /*padding:4px 5px;*/
    border-top:10px #fff solid;
    background-color:#dddddd;
    vertical-align:middle;
}
.table_history th{
        /*padding:4px 5px;*/
    border-top:10px #FFFFFF solid;
    background:#436ebd;
    text-align:left;
    font-weight:lighter;
    vertical-align:middle;
}



div.NoteTXT{
  margin:3px 0px 0px;
}



td.NoteTXT{
  padding:3px 0px 6px;
}


td.NoteNPAG{
  padding:3px 0px 10px 5px;
  border-bottom:1px white dashed;
}
td.TitleNPAG{
  padding:0px 0px 10px;
}




div.topHR{
  border-top:1px #CCC solid;
  margin-top:10px;
  margin-bottom:5px;
  padding-top:10px;
  text-align:right;
}


.listTitle{
  padding-right:7px;
}
.subRubrics{
padding:10px 0 0px 0;width:455px;font-size:11px;
}
.subRubrics a{
font-size:12px;
}
.searchArea{
  width:150px;
  display:block;
  float:right;
  margin:0 80px 0 15px;
  margin-right:expression('0px');
}
.searchAreaNew{
  width:100%;
}
.downloadLink {
  width:694px;
  position:relative;
  margin: 0pt 0pt 10px;
  padding: 10px 0pt 39px 10px;
  //padding:10px 0 10px 10px;
  background: rgb(221, 221, 221) none repeat scroll 0pt 0pt;
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-inline-policy: continuous;
}