@charset "UTF-8";
/* CSS Document */
.blacktxt {            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #000;
            text-align: center;
            line-height: 99%;
}
.smalltxt {            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #fff;
            text-align: center;
            line-height: 99%;
}
.bodytxt {            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #636363;
            text-align: justify;
			font-weight:bold;
            line-height: 120%;
}
.orangetxt {            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #f26522;
            text-align: justify;
			font-weight:bold;
            line-height: 120%;
}
.blacktxt1 {            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #000;
            text-align: justify;
            line-height: 99%;
}
