/* CSS Document */


			/** Texto topo 1 **/
.style11 {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px; 
color: #000066;
font-style:italic;
}

			/** Texto topo 2 **/		
.style20 {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal ;
color: #000066;}


			/** Genealogia **/
.style16 {font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal ;
 color: #000000}
 
 a:link {
	color: 000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 000000;
}
a:hover {
	text-decoration: underline;
	color: 000000;
}
a:active {
	text-decoration: none;
	color: 000000;
}

/** Genealogia Vermelho **/
.style10 { font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: regular;
	color: #000066;
}


/** Peçasc Vermelho **/
.style12 { font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

/** Legenda Vermelha Negrito **/
.style19 {font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold; 
			color: #000066}

/** Legenda Vermelha  **/
.style3 {font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: normal ; 
			color: #000066}

/** Legenda Verde Negrito  **/
.style17 {font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
	color: #048204;
	font-size: 14px;
	font-weight: bold;
}

/** Legenda Preta sem negrito **/
.style4 {font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

/**  Pontos no Final **/
.style18 {font-size: 36px;
	color: #000000;
}


/* Seta */
a.seta:link {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
 color: black}
 
 a.seta:link {
	color: black;
	text-decoration: none;
}
a.seta:visited {
	text-decoration: none;
	color: black;
}
a.seta:hover {
	text-decoration: underline;
	color: black;
}
a.seta:active {
	text-decoration: none;
	color: black;
}



/** Fundo da página **/
body {
	background-color: #ffffff;
}

