﻿.Titulo
{
	color: #1d3682;
	font-size: 14pt;
	font-family: impact;
	border-bottom: orange thin solid;
}
.SubTitulo
{
	color: #1d3682;
	font-size: 12pt;
	font-family: impact;
	border-bottom: orange thin dashed;
}

.SubTituloPequeno
{
	color: #1d3682;
	font-size: 9pt;
	font-weight: bold;
	text-align:left;
}

.NegritoGrande
{
	color: #1d3682;
	font-size: 12pt;	
	border-bottom-width: thin;
	border-bottom-color: orange;
}

.NegritoPequeno
{
	color: #1d3682;
	font-size: 10pt;
	font-weight: bold;
	text-align:center;
}

.NegritoPequenoTarja
{
	padding: 1px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	background-color: #1d3682;
}

.Nome
{
	color: white;
	font-size: 20pt;
	font-family: impact;
	background-image: url('../img/perfil/BarraTitulo.jpg');
	height:40px;
	width:500px;
	margin-left:10px;
}

.Foto
{	
	background-image: url('../img/perfil/BordaFoto.jpg');
	height:300px;
	width:250px;	
}

a:link 
{
	text-decoration: none;	
}
a:visited 
{
	text-decoration: none;	
}
a:hover 
{
	text-decoration: none; 	
}

a:active 
{
	text-decoration: none;	
}