/* Start Tag Cloud CSS */

#cloud {
	padding: 0;
  margin-left: auto; 
  border: 1px solid #0E344E; 
  width: 748px; 
  margin-right: auto; 
  background-color: white; 
	
	overflow: hidden;
	margin-top: 2px;
	text-align: center;
	background-color: #FFF;
}

#cloudleft {
	float: left;
	padding: 3px;
	margin-left: 6px;
	margin-bottom: 20px;
  border: 1px solid #0E344E; 
  width: 160px;
  background-color: white; 
	
	overflow: hidden;
	text-align: center;
}

#cloud a,
#cloudleft a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #0E344E;
}

#cloud a:hover,
#cloudleft a:hover {
	text-decoration: underline;
}

a.tag1 {
 font-size:8px;
}

a.tag2, a.tag3, a.tag4 {
 font-size:9px;
 font-weight:200;
}

a.tag5, a.tag6, a.tag7, a.tag8 {
 font-size:12px;
 font-weight:300;
}

a.tag9, a.tag10, a.tag11 {
 font-size:16px;
 font-weight:300;
}

a.tag12, a.tag13 {
 font-size:18px;
 font-weight:300;
}

a.tag14, a.tag15 {
 font-size:20px;
 font-weight:400;
}

a.tag16, a.tag17, a.tag18 {
 font-size:22px;
 font-weight:400;
}

a.tag19, a.tag20, a.tag21 {
 font-size:24px;
 font-weight:500;
}

/* End Tag Cloud CSS */
