

    table
    {
    	border-collapse: collapse;
    }
	img
    {
    	border:0px;
    }
    .w100p
    {
    	width:100%;
    }
    div
    {
    	text-align:left;
    }



    .right
    {
    	float:right;
    }
    .left
    {
    	float:left;
    }
    .clboth
    {
    	clear:both;
    }
    .ul2
    {
        list-style-position: inside;
	    list-style: none;
    }
    .ul2 li
    {
        margin:0px;
        float:left;
    }

    .center
    {
        margin:auto;
        text-align:center;
        #width:100%;
    }

    .noCSSspacing
    {
        clear:both;
        display:none;
    }
