﻿/* TagCloud
----------------------------------------------------------*/

.TagCloud			/* Applies to the entire tag cloud */
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif; 
	/*border:1px solid #888;*/
	padding:2px; 
	text-align:center;
	width:auto;
}

.TagCloud  span	/* Applies to each tag of the tag cloud */
{
	margin-right:2px;
	text-align:center;
}

.TagCloud  span.TagWeight1	/* Applies to the largest tags */
{
	font-size:22px;
	color:#0e3065;
}

.TagCloud  span.TagWeight2
{
	font-size:20px;
	font-weight:bold;
	color:#213e6a;
}

.TagCloud  span.TagWeight3
{
	font-size:18px;
	color:#064ebc;
}

.TagCloud  span.TagWeight4
{
	font-size:14px;
	color:#053f97;
}

.TagCloud  span.TagWeight5	/* Applies to the smallest tags */
{
	font-size:10px;
	color:#003381;
}