body {
	 background:#F4EEEE;
}
div {
	font: x-small Arial, Helvetica, sans-serif;
}

 table {
	border : #FFFFF;
	font: x-small Arial, Helvetica, sans-serif;
}

select {
		font-size: xx-small;
}

input {
	background : #FFFFFF;
}

textarea {
	background : #FFFFFF;
}

A:link {
	TEXT-DECORATION: none
}
A:visited {
	TEXT-DECORATION: none
}
A:active {
	COLOR: #6dbafb; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ffff00; background: #FF0000; TEXT-DECORATION: none
}

.headStyle {
	font: bold;
	background-color : rgb(255,255,255);
}
.smallHeadStyle {
	background-color : rgb(255,255,255);
	font-size : xx-small;
}
.ownStyle {
	background-color : rgb(255,255,255);
}

.warnStyle {
	background-color : rgb(250,170,140);
}
.infoStyle {
	background-color : rgb(249,241,238);
	font-size : x-small;
}

.relationStyle {
	background-color : rgb(240,240,240);
	font-size : xx-small;
}
.extraStyle {
	background-color : rgb(240,240,240);
}
.deathStyle {
	background-color : c0c0c0;
}

.parentStyle {
	background-color : rgb(229,232,255);
}
.grandStyle {
	background-color : rgb(229,232,235);
}
.greatGrandStyle {
	background-color : rgb(229,232,215);
}
.greatGreatGrandStyle {
	background-color : rgb(229,232,195);
}
.great2GreatGrandStyle {
	background-color : rgb(229,232,175);
}
.great3GreatGrandStyle {
	background-color : rgb(229,232,155);
}
.great4GreatGrandStyle {
	background-color : rgb(229,232,135);
}
.great5GreatGrandStyle {
	background-color : rgb(229,232,115);
}
.great6GreatGrandStyle {
	background-color : rgb(229,232,95);
}
.sisterStyle {
	background-color : e0d7ff;
}
.brotherStyle {
	background-color : e0e7ff;
}
.childStyle {
	background-color : rgb(200,232,255);
}
.grandChildStyle {
	background-color : rgb(200,232,235);
}
.greatGrandChildStyle {
	background-color : rgb(200,232,215);
}
.greatGreatGrandChildStyle {
	background-color : rgb(200,232,195);
}
.great2GreatGrandChildStyle {
	background-color : rgb(200,232,175);
}
.great3GreatGrandChildStyle {
	background-color : rgb(200,232,155);
}
.great4GreatGrandChildStyle {
	background-color : rgb(200,232,135);
}
.great5GreatGrandChildStyle {
	background-color : rgb(200,232,115);
}
.great6GreatGrandChildStyle {
	background-color : rgb(200,232,95);
}

.educationStyle {
	background-color : rgb(230,240,235);
	font-size : xx-small;
}
.jobStyle {
	background-color : rgb(235,235,235);
	font-size : xx-small;
}
.hobbyStyle {
	background-color : rgb(230,235,240);
	font-size : xx-small;
}
.otherStyle {
	background-color : rgb(240,235,230);
	font-size : xx-small;
}

.greyStyle {
	color : rgb(200,200,200);
	font-size : xx-small;
}
.expand {
	display:block
}
.collaps {
	display:none
}
.redStyle {
	background-color : red ;
}