
div.profileTag
	{
	display:block;
	float:right;
	clear:both;
	
	padding:0px;
	margin:5px;
	
	border: 0px;
	}
	
div.profileTag a.profile
	{
	display:block;
	width:180px !important;
	width:180px;
	
	color: #28c3f0;
	text-decoration: none;
	
	
	background: url('graphics/dBlueGrad.png');
	background-repeat: repeat-x;
	background-position: top;
	
	border: 0px;
	
	overflow: hidden;
	padding:0px;
	margin:0px;
	}
div.profileTag a.profile:hover
	{
	color: #28c3f0;
	text-decoration: none;
	}


div.profileTag a.profile div
	{
	float:left;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 8pt;
	border: 0px;	
	}
div.profileTag a.profile div img
	{
	float:left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;
	}