

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



    .right
    {
    	float:right;
    }
    .left
    {
    	float:left;
    }
    .clboth
    {
    	clear:both;
    }

    ul
    {
    	margin-top:5px;
    }
    li
    {
    	margin-left:30px;
        line-height:23px;
    }


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

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

    .noCSSspacing
    {
    	display:none;
    }

    .hidden
    {
    	visibility: hidden;
    }