/* Start Tag Cloud II CSS */
        /* display the individual items next to each other, not one-per-line */
		ol.tagscloud {
			padding:5px 8px 5px 8px;
			margin:0px;
			text-decoration:none;
           }		
        .tagscloud li {
           display: inline;
           color: #999;
		   margin:0px;
		   padding:0px; 
		   text-decoration:none;
           }

        /* hide the extra context from CSS-enabled browsers, but not for screenreaders */
        .tagscloud span {
           position: absolute; left: -999px; width: 990px;text-decoration:none;
           }

        .tagscloud, .tagscloud a, .tagscloud h1 {
           text-decoration:none;
           }		   

        /* size of the tags */
        .tagscloud .tagscloud1 {
           font-size: 0.8em;
		   color:#666666;
           }
        /* size of the tags */
		   
        .tagscloud .tagscloud2 {
           font-size: 1.0em;
           font-weight:200;
		   color:#194B7C;
           }
		   
        .tagscloud .tagscloud3 {
           font-size: 1.2em;
           font-weight:300;
		   color:#21A666;
           }
		   
        .tagscloud .tagscloud4 {
           font-size: 1.4em;
           font-weight:400;
		   color:#E80000;
           }
		   
        .tagscloud .tagscloud5 {
           font-size: 1.5em;
           font-weight:500;
		   color:#C8C8C8;
           }
		   
        .tagscloud .tagscloud6 {
           font-size: 1.6em;
           font-weight:600;
		   color:#256FB8;
           }
		   
        .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 */ 
