        h1, h2, h3
        {
            font-size: 14px;
            color: #4b4b4b;
            padding: 10px;
            margin:5px;
            background-color: #f4f4f4;
            background: -moz-linear-gradient(
		top,
		#f4f4f4 0%,
		#e3e3e3);
            background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f4f4f4),
		to(#e3e3e3));
            border: 1px solid #b9b9b9;
            -moz-box-shadow: 0px 0px 1px rgba(000,000,000,0.1), inset 0px 2px 1px rgba(255,255,255,1);
            -webkit-box-shadow: 0px 0px 1px rgba(000,000,000,0.1), inset 0px 2px 1px rgba(255,255,255,1);
            box-shadow: 0px 0px 1px rgba(000,000,000,0.1), inset 0px 2px 1px rgba(255,255,255,1);
            text-shadow: 0px 0px 0px rgba(000,000,000,0), 1px 1px 1px rgba(255,255,255,1);
            text-align: center;
        }
        
        h1
        {
            font-size: 18px;
        }
        
        h2
        {
            font-size: 16px;
        }
        
        h3
        {
            font-size: 14px;
        }
        
        .PerAvatar
        {
            -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
            -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
            box-shadow: inset 0px 1px 0px 0px #ffffff;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
            background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
            background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
            background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
            background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
            background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
            background-color: #ededed;
            border: 1px solid #dcdcdc;
            margin: 5px;
            width: 188px;
            height: 190px;
            text-decoration: none;
            float: left;
            text-align: center;
            vertical-align: middle;
            display: table-cell;
        }
        
        .SmallAvatar
        {
            height: 165px;
        }
        
        .PerAvatar img
        {
            display: inline;
            vertical-align: middle;
            margin: auto;
        }
        
        .PerAvatar span
        {
            font-size: 14px;
            -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
            -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
            box-shadow: inset 0px 1px 0px 0px #caefab;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
            background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
            background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
            background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
            background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
            background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
            background-color: #77d42a;
            border: 1px solid #268a16;
            color: #306108;
            text-decoration: none;
            text-shadow: 0px 1px 0px #aade7c;
            display: inline-block;
            padding: 3px;
            margin: 3px;
            width: 90%;
        }