﻿
#tagCloud
{
	width:100%;
		
	text-align:justify;
	
	background-color:white;
}

#tagCloud A
{
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	font-family:Arial;
	text-transform:lowercase;
	
}

#tagCloud A:hover
{
	color:#00cc00;
	text-decoration:underline;
}

#tagCloud A.weight1
{
	color: #4189DD;
	font-size: 14pt;
	font-weight:bolder;
}
#tagCloud A.weight2
{
	color: #4189DD;
	font-size:11pt;
	font-weight:bolder;
}
#tagCloud A.weight3
{
	color: #4189DD;
	font-size: 10pt;
	font-weight:bolder;
}
#tagCloud A.weight4
{
	color: #4189DD;
	font-size: 9pt;
}
#tagCloud A.weight5
{
	color: #4189DD;
	font-size: 8pt;
}

.smallSelect
{
    font-size:11px;
}
