@charset "UTF-8";
/* CSS Document */

/*cor de fundo*/
body{
	background-color:#FFC;
}
	
/*imagens-link sem bordo azul*/	
.no_text_decoration{
	text-decoration:none;
	border:none;
}

table{
	margin:0;
}

.banner{
	background-image:url(images/barra.png);
	background-position:center;
	background-repeat:no-repeat;
	width:800px;
	height:188px;
}

/*primeiro titulo*/
h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:26px;
	color:#2A1B0A;
}

/*Texto mais pequeno que o normal*/
h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:12px;
	color:#2C1D0C;
	line-height:normal;
}

/*Texto corrido*/
h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:16px;
	color:#2C1D0C;
	line-height:normal;
}

/*Segundo titulo*/
h4{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:18px;
	color:#2C1D0C;
}

/*Texto mais pequeno*/
h5{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	color:#2A1B0A;
	font-weight: bold;
}

/*altura das linhas*/
p{
	line-height:21px;
}

/*elemento de uma arvore de pedigree*/
.elemento_arvore{
	border-width: 2px 2px 2px 2px;
	padding: 0px 0px 0px 0px;
	border-style:dashed dashed dashed dashed;
	border-color:#630;
	-moz-border-radius: 0px 0px 0px 0px;
}

/*bordos de uma fotografia*/
.foto{
	border-width: 2px 2px 2px 2px;
	adding: 1px 1px 1px 1px;
	border-style:dotted dotted dotted dotted;
	border-color:#2A1B0A;
	-moz-border-radius: 0px 0px 0px 0px;
}

/*bordos de um mapa*/
.mapa{
	border-width: 2px 2px 2px 2px;
	adding: 1px 1px 1px 1px;
	border-style:dotted dotted dotted dotted;
	border-color:#2A1B0A;
	-moz-border-radius: 0px 0px 0px 0px;
}
