.title_bg {
        position: absolute;
        top: 110px;
        left: 36px;
        z-index: 4;
	height: 44px;
	width: 193px;
}

.title {
        position: absolute;
        top: 122px;
        left: 10px;
        z-index: 6;
	height: 38px;
	width: 185px;
}

.box {
        position: absolute;
        background-color: white;
        top: 150px;
        left: 70px;
	width: 660px;
	height: 600px;
        border: double red medium;
        z-index: 5;
}

.box_bg {
        position: absolute;
        background-color: black;
        top: 164px;
        left: 88px;
	width: 660px;
	height: 600px;
        z-index: 3;

}

.article_title {

        text-align: center;
        font-size: 10pt;
        font-weight: bold;
        margin-bottom: 8px;
        margin-top: 6px;
        color: #D81E05;

}

.para_title {

        text-align: left;
        font-weight: bold;
        font-size: 10pt;
        font-family: "Helvetica";
        margin-bottom: 4px;
        margin-top: 6px;
        margin-left: 3px;
        color: #D81E05;

}

.para {

        text-align: left;
        font-family: "Helvetica";
        font-size: 10pt;
        margin-bottom: 2px;
        margin-top: 2px;
        margin-left: 5px;
        margin-right: 5px;

}

.line0 {
        position: absolute;
	top: 640px;
	left: 20px;
}

.line1 {
        position: absolute;
	top: 780px;
	left: 2px;
}

.line2 {
        position: absolute;
	top: 784px;
	left: 12px;
}

BODY {
        margin-top: 0px;
        margin-bottom: 0px;

}
 
