h1.profile
{
	background-color: #525252;
	color: #FFF;
	font-size: 24px;
	padding: 5px;
	margin: 2px;
}

table.profile
{
	background-color: #0e0e0e;
	border: 1px solid #2b2c2c;
	width: 100%;
}

table.profile tr th.sm,
table.profile tr td.sm
{
	font-size: 12px;
}
table.profile tr th,
table.profile tr td
{
	padding: 2px;
}

table.profile tr th.legend
{	
	background-color: #282828;
	text-align: center;
	font-size: 18px;
	color: #eaeaea;
}

table.profile tr th
{
	background-color: #141414;
	font-size: 11px;
	color: #8d8d8d;
}

table.profile tr th.ac,
table.profile tr td.ac
{
	text-align: center;
}

table.profile tr td
{
	font-size: 14px;
	color: #c6c6c6;
}




