body {
 background: #7E0101;
 margin: 5px;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 color: white;
}

.container_01 {
 width: 100%;
 background: #660000;
 border: solid 1px black;
 text-align: center;
 border-collapse: separate;
}

.container_01 #left {
 width: 165px;
}

.container_02 {
 width: 100%;
 margin-top: 5px;
 margin-bottom: 5px;
 border-collapse: separate;
}

.container_02 #navi {
 width: 130px;
 vertical-align: top;
}

.container_02 #space{
 width: 5px;
}

.container_02 #content{
 background: #660000;
 border: solid 1px black;
 vertical-align: top;
 padding: 5px;
}

.content_table {
 width: 100%;
 text-align: justify;
}

.content_table td {
 vertical-align: top;
}

.container_03 {
 width: 100%;
 background: #660000;
 border: solid 1px black;
 text-align: center;
}

.container_03 td {
 font-size: 8pt;
}

.img_border {
 border: solid 1px black;
}

td {
 font-size: 10pt;
}

.title {
 font-size: 12pt;
 font-style: italic;
 font-weight: bold;
}

a {
 color: white;
}

.align-center {
 text-align: center;
}

.align-right {
 text-align: right;
}

.align-left{
 text-align: left;
}

.align-justify{
 text-align: justify;
}

.tx-cscounter-pi1 {
 font-size: 6pt;
 text-align: center;
}