	.tagcloud
	{
		border:solid 1px #2B4B7C;
		width:100%;
	}
	
	.tags
	{
		overflow:hidden;
		padding: 2px;
        line-height: 28px; 
        margin: 5px;
	}

    .tagcloud .tags .Weight1
    {
        font-size: 10px;
    }
    .tagcloud .tags .Weight2
    {
            font-size: 11px;

    }
    .tagcloud .tags .Weight3
    {
            font-size: 13px;

    }
    .tagcloud .tags .Weight4
    {
            font-size: 15px;

    }
    .tagcloud .tags .Weight5
    {
            font-size: 17px;

    }
    
    .tagcloud .tags .Weight6
    {
            font-size: 19px;

    }
    
    .tagcloud .tags .Weight7
    {
            font-size: 20px;
    }
    
    .tagcloud .tags a 
    {
		margin:0 3px;
	}
	
	.tagcloud .tags a:hover 
    {
		color:#FD0000;
	}
    
    .tagcloud h1
    {
		margin:0px 0px;
		font-size:14px;
		color:#FFFFFF;
		font-weight:bold;
		text-transform:uppercase;
		background-color:#2B4B7C;	
		text-align:center;
		padding: 3px 0px;
    }
   
    
  
