/**
 * profile fonts
 */


.bioText  {
	color : #000000;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 11px;
	}

/**
 * Members
 */

.memberName {
	color : #53A9C4;
	font-size : 12px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.memberCountry {
	color : #635744;
	font-size : 9px;
	font-family : "lucida grande", arial, sans-serif;
	}

