#InfoList{
	width: 100%;

	float: left;
}

.InfoListLevel1Box
{	
	width: 100%;
	float: left;


}

.InfoListLevel1Box table
{	
margin-left: 50px;

}
.InfoListLevel1Box td {
	vertical-align: top;
	padding-bottom: 25px;
	font-size: 10px;
}

.InfoListLevel2Box
{
	width: 240px;
	float: left;

}
.InfoTypeHeader {
	width: 100%;
	float: left;
}
.InfoListLevel2Box ul
{
font-weight: bold;
}
.InfoListLevel2Box li
{
margin-left: 10px;
padding-left: 7px;
font-weight: normal;
background-image: url(../../a_img/bullet1.gif);
background-repeat: no-repeat;
background-position: left;

}