/* Start Tag Cloud II CSS */
        /* display the individual items next to each other, not one-per-line */
        .tagscloud LI {
           display: inline;
                color: #999;
           }

        /* hide the extra context from CSS-enabled browsers, but not for screenreaders */
        .tagscloud SPAN {
           position: absolute; left: -999px; width: 990px;
           }

        /* size of the tags */
        .tagscloud .tagscloud1 {
           font-size: 1em;
		   color:#C4C4C4;
           }
        /* size of the tags */
		   
        .tagscloud .tagscloud2 {
           font-size: 1.3em;
           font-weight:200;
		   color:#B4B4B4;
           }
		   
        .tagscloud .tagscloud3 {
           font-size: 1.6em;
           font-weight:300;
		   color:#ACACAC;
           }
		   
        .tagscloud .tagscloud4 {
           font-size: 1.9em;
           font-weight:400;
		   color:#9A9A9A;
           }
		   
        .tagscloud .tagscloud5 {
           font-size: 2.0em;
           font-weight:500;
		   color:#888888;
           }
		   
        .tagscloud .tagscloud6 {
           font-size: 2.2em;
           font-weight:600;
		   color:#818181;
           }
		   
        .tagscloud1:hover {
            background-color: #BABAAB;
            color: #fff;

            text-decoration: none;
           }
        .tagscloud2:hover {
            background-color: #BABAAB;
            color: #fff;

            text-decoration: none;
           }
        .tagscloud3:hover {
            background-color: #BABAAB;
            color: #fff;

            text-decoration: none;
           }
        .tagscloud4:hover {
            background-color: #BABAAB;
            color: #fff;

            text-decoration: none;
           }
        .tagscloud5:hover {
            background-color: #BABAAB;
            color: #fff;

            text-decoration: none;
           }
        .tagscloud6:hover {
            background-color: #BABAAB;
            color: #fff;

            text-decoration: none;
           }	  
/* End Tag Cloud II CSS */ 