﻿
.tagCloud
{
	border:solid 1px #ccc;
	padding:2px;
	margin-bottom:10px;
	text-align:center;
	background-color:#f7fbef;
}

.tagCloud a
{
	text-decoration:none;
	margin-left:2px;
	margin-right:5px;
	font-family:Trebuchet MS, Verdana, Arial;
	text-transform:lowercase;
}

.tagCloud a:hover
{
	color:#00cc00;
	text-decoration:underline;
}

.tagCloud a.weight1
{
	color: #ff9900;
	font-size: 14pt;
	font-weight:bolder;
}
.tagCloud a.weight2
{
	color: #4169e1;
	font-size:11pt;
	font-weight:bolder;
}
.tagCloud a.weight3
{
	color: #009eff;
	font-size: 10pt;
	font-weight:bolder;
}
.tagCloud a.weight4
{
	color: #4188cf;
	font-size: 9pt;
}
.tagCloud a.weight5
{
	color: #83bcd8;
	font-size: 8pt;
}


.tagCloud2
{
	border:solid 1px #ccc;
	padding:5px;
	margin-bottom:10px;
	text-align:justify;
}
.tagCloud2 a
{
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	font-family:Trebuchet MS, Verdana, Arial;
	text-transform:lowercase;
}
.tagCloud2 a:hover
{
	color:#00cc00;
	text-decoration:underline;
}
.tagCloud2 a.weight1
{
	color: #ff9900;
	font-size: 14pt;
	font-weight:bolder;
}
.tagCloud2 a.weight2
{
	color: #4169e1;
	font-size:11pt;
	font-weight:bolder;
}
.tagCloud2 a.weight3
{
	color: #009eff;
	font-size: 10pt;
	font-weight:bolder;
}
.tagCloud2 a.weight4
{
	color: #4188cf;
	font-size: 9pt;
}
.tagCloud2 a.weight5
{
	color: #83bcd8;
	font-size: 8pt;
}

.tagCloudWhite
{
	border:solid 1px #ccc;
	padding:2px;
	margin-bottom:10px;
	text-align:center;
	background-color:White;
}