/* This style sheet is being used to experiment with new styles
	for the CMS templates and components. When the styles become
	permanent they'll be moved to local or global sheets. */
	
/* These are the tag cloud styles for the online community
	added 31March2008 jhz */

div.tags {
	line-height: 20px;
	margin-bottom: 10px;
}

#tagSize1 {
	font-size: 10px;
	margin-right: 5px;
}

#tagSize2 {
	font-size: 12px;
	margin-right: 5px;
}

#tagSize3 {
	font-size: 18px;
	margin-right: 10px;
}

#tagSize4 {
	font-size: 24px;
	margin-right: 5px;
}

a#tagSize1, a#tagSize2, a#tagSize3, a#tagSize4 {
	text-decoration:none;
}

a#tagSize1:hover, a#tagSize2:hover, a#tagSize3:hover, a#tagSize4:hover {
	background-color:#0570AD;
	color:#FFFFFF;
	text-decoration:none;
}
