/* 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: 0.8em;	/*1em*/
		   color:#BABAAB;
           }
        /* size of the tags */
		   
        .tagscloud .tagscloud2 {
           font-size: 0.9em;	/*1.3em*/
           font-weight:200;
		   color:#DE7787;
           }
		   
        .tagscloud .tagscloud3 {
           font-size: 1.0em;	/*1.6em*/
           font-weight:300;
		   color:#7193B3;
           }
		   
        .tagscloud .tagscloud4 {
           font-size: 1.1em;	/*1.9em*/
           font-weight:400;
		   color:#D76B38;
           }
		   
        .tagscloud .tagscloud5 {
           font-size: 1.2em;	/*2.0em*/
           font-weight:500;
		   color:#DDD73F;
           }
		   
        .tagscloud .tagscloud6 {
           font-size: 1.3em;	/*2.2em*/
           font-weight:600;
		   color:#8BBA3F;
           }
		   
        .tagscloud1:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud2:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud3:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud4:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud5:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud6:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }	  
/* End Tag Cloud II CSS */ 