/*** PROFILE ***/
div.boxContent h1 
{
	font-size: 18px;
} 
div.boxContent h2 
{
	background: #515151;
	padding: 2px;
	font-size: 14px;
}
div.rank 
{
	margin-top: 15px;
	font-size: 14px;
	clear: both;
	font-weight: bold;
	color: #797979;
}
div.rank .num 
{
	font-size: 16px;
	color: #A6A6A6;
}

/*** ALL USERS ***/
.nick 
{
	font-size: 12px;
	font-weight: bold;
	margin-left: -16px;
}
.rank 
{
	font-weight: bold;
	font-size: 12px;
	color: #BFBFBF;
}

