@charset "UTF-8";

/**
 * ovverrite default values
 * *****************************************************************************
 */

 body {
     font-family:Arial,Helvetica,Sans-Serif;
     font-size:16px;
     line-height:20px;
 }

 h1, h2, h3, h4, h5, h6 {
     color:#cc0000;
     font-weight:bold;
     line-height:20px;
     padding:0px;
 }

 h1 {
     font-size:20px;
 }

 h2 {
     font-size:16px;
 }

 h3 {
     color:#000000;
     font-size:16px;
 }

 hr {
     border-color:#cc0000;
     border-style:solid;
     border-width:2px 0 0 0;
 }

 a {
     color:#000000;
     text-decoration:underline;
 }

 a:hover {
     color:#cc0000;
 }

 p {
     padding:0 0 1em 0;
 }

 table {
     padding:0 0 1em 0;
     width:100%;
 }

 table caption {
     font-weight:bold;
     text-align:left;
 }

 table th {
     text-align:left;
 }

 table td.td-0 {
     width:130px;
 }

 table th,
 table td {
     vertical-align:top;
 }


/**
 * layout
 * *****************************************************************************
 */

 div#printlogo {
     display:block;
     padding:0 0 50px 0;
 }

 div#content div.seccond {
     width:auto;
 }


/**
 * display:none;
 * *****************************************************************************
 */

 div#header,
 div#content div.first {
     display:none;
 }