script{
  display:none;
}
body{
 background-color:white !important;
 text-align:center;
}

#all{
  margin:0 auto;
  text-align:left;
  border: 30px solid #F8E9C0;
  font-family: Tahoma;
  background-color:white;
}


td,div,p,h3{
    font-family: Tahoma;
    font-size:10pt;
    color:#4A4A4A;
    font-weight:normal;
}

.pagecaption{
  font-weight:bold;
  font-size: 24px;
  padding-left:50px;
  color: #AD2819;
}

p{  margin: 0px; }


.headline,.csc-firstHeader,.csc-header,.csc-header-n2, h1{
    color: #F28F00;
    font-size:13px;
    font-weight:bold;
}

.csc-frame-rulerBefore{
    padding:4px;
    margin-top:10px;
    border-top:1px dotted black;
}

.csc-frame-rulerAfter{
    padding:4px;
    border-bottom:1px dotted black;
}

a, a:link, a:hover, a:active, a:focus, a:visited{
    color: #F28F00;
}
a.whitelink,
a.whitelink:link,
a.whitelink:visited {
    color:#FFFFFF;
    text-decoration: underline;
}
a.whitelink:hover,
a.whitelink:active,
a.whitelink:focus{
    color: #FFFFFF;
    text-decoration: none;
}
