@charset "UTF-8";
/* CSS Document */


#contentBanner {
    background-repeat: no-repeat;
    height: 181px;
    left: 121px;
    position: absolute;
    top: 115px;
    width: 817px;
}

#content {
    background-repeat: no-repeat;
    height: 250px;
    left: 121px;
    position: absolute;
    top: 324px;
    width: 817px;
}


#contentTitle {
    background-image: url("images/infrastructureTitle.png");
    height: 19px;
    left: 52px;
    position: absolute;
    top: 0px;
    width: 233px;
}

#contentTitleEn {
    background-image: url("images/infrastructureTitleEn.png");
    height: 19px;
    left: 52px;
    position: absolute;
    top: 0px;
    width: 233px;
}

#contentText {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 9px;
    height: 208px;
    left: 52px;
    overflow-y: auto;
    position: absolute;
    top: 50px;
    width: 775px;
	overflow: auto;
}

#contentText strong{
	line-height:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#contentText ul{
	-moz-padding-start: 20px !important;
    display: block;
    list-style-type: disc;
    margin: 0em 0;
}

#contentText li {
    line-height: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

#contentText p{
	*line-height:1.1;
	*margin-top:10px;
	*margin-bottom:0px;
}