    .pm0 {
      padding:0px;
      margin:0px;
      border:0px;
      height: 108px;
   }
   .element{
         position: relative;
         height: 108px;
         align: left;
    }

    .d1 {
        top: -108px;
    }
    .d2 {
        top: -216px;
    }
    .d3 {
        top: -324px;
    }
    .d4 {
        top: -432px;
    }
    .d5 {
        top: -540px;
    }

    *html .d1 {
        top: -111px;
        filter: alpha(opacity=0);
    }
    *html .d2 {
        top: -222px;
        filter: alpha(opacity=0);
    }
    *html .d3 {
        top: -333px;
        filter: alpha(opacity=0);
    }
    *html .d4 {
        top: -444px;
        filter: alpha(opacity=0);
    }
    *html .d5 {
        top: -555px;
        filter: alpha(opacity=0);
    }

    table.loginTable {
     overflow: hidden;
    }
    td.loginTable {
     overflow: hidden;
    }
    tr.loginTable {
     overflow: hidden;
    }

    /* home page*/

     .pm00 {
      padding:0px;
      margin:0px;
      border:0px;
   }
   .home_element{
         position: relative;
         align: left;
    }
    .d_hm1 {
        top: -245px;
    }
    .d_hm2 {
        top: -490px;
    }
    *html .d_hm1 {
        top: -258px;
        filter: alpha(opacity=0);
    }
    *html .d_hm2 {
        top: -506px;
        filter: alpha(opacity=0);
    }

    .d_ex1 {
        top: -245px;
    }
    .d_ex2 {
        top: -490px;
    }
    *html .d_ex1 {
        top: -248px;
        filter: alpha(opacity=0);
    }
    *html .d_ex2 {
        top: -496px;
        filter: alpha(opacity=0);
    }

	.fix1 {
		height: 138px;
	}

	*html .fix1 {
		height: 0px;
	}

    .home_center_top_text {
    	padding: 30 40 0 40;
    	font-size: 14px;
    	height: 105px;
    }

    *html .home_center_top_text {
    	padding: 33 40 0 40;
    	height: 110px;
    }

    .home_center_top_text2 {
    	padding: 10 10 0 10;
    	font-size: 13px !important;
    	height: 105px;
    }

    *html .home_center_top_text2 {
    	padding: 8 10 0 10;
    	height: 110px;
    }