#tagCloud
{
    width: 99%;
    border: solid 0px #CCCCCC;
    padding: 0;
    margin: 5px 0 5px 0;
    text-align: justify;
}
#tagCloud a
{
    text-decoration: none;
    margin: 0 1px 0 0;
    font-family: Trebuchet MS, Verdana, Arial;
    text-transform: lowercase;
}
#tagCloud a:hover
{
    color: #00cc00;
    text-decoration: underline;
}
#tagCloud a.weight1
{
    color: #3D6FAE;
    font-size: 15px;
    font-weight: bold;
}
#tagCloud a.weight2
{
    color: #3164A6;
    font-size: 12px;
    font-weight: normal;
}
#tagCloud a.weight3
{
    color: #3369B3;
    font-size: 11px;
    font-weight: normal;
}
#tagCloud a.weight4
{
    color: #427BCA;
    font-size: 10px;
    font-weight: normal;
}
#tagCloud a.weight5
{
    color: #4A82CC;
    font-size: 9px;
    font-weight: normal;
}
div#tagCloudText1
{
	display: inline;
    font-weight: bold;
	background-color: #3164A6;
	padding: 1px 3px 1px 3px;
	color: #ffffff;
}