.familymember_note {
            position: absolute;
            width: 200px;
			top: 0px;
            left: 0px;
			background: url(../images/quickfact_infobg.jpg);
			background-repeat: no-repeat;
            background-color: #FFF;
            padding: 0px;
            border: 1px solid #CCC;
            z-index: 200;
            visibility: hidden;
            font-family: verdana, arial, helvetica;
			font-size: 10px;
            color: #000;
}

.familymember_note_title {
			width: 145px;			
			font-weight: bold;
			color: #336699;
			text-transform: uppercase;
			padding-top: 12px;
			padding-left: 12px;
}

.familymember_note_line {
			padding-left: 10px;
}

.familymember_note_content {
			width: 180px;
			margin-left: 10px;
}

.familymember_note_link {
			font-weight: bold;
			color: #900;
			font-size: 9px;
			text-align: center;
			padding-bottom: 10px;
			text-decoration: none;
}

.familymember_note_link a {
			color: #900;
			text-decoration: none;
}


.familymember_note_link a:hover {
			text-decoration: underline;
}
