@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
}

.texto01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.texto02{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 180%;
	text-align: justify;
}

.texto03{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eee;
}

.titulo01{
	font-family: "Century Gothic";
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.titulo02{
	font-family: "Century Gothic";
	font-size: 18px;
	color: #000;
}

.titulo03{
	font-family: "Century Gothic";
	font-size: 18px;
	color: #eee;
	line-height: 25px;
}

.titulo04{
	font-family: "Century Gothic";
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 25px;
}

.titulo05{
	font-family: "Century Gothic";
	font-size: 22px;
	color: #4d8ae6;
	line-height: 25px;
}

.link01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d8ae6;
	cursor: pointer;
}

.link01 a{
	color: #4d8ae6;
	text-decoration: none;
	
	-webkit-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-ms-transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
}

.link01 a:hover{
	margin-left: 15px;
}

.link02{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
}

.link02:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eee;
	cursor: pointer;
	text-decoration: none;
}


.link03{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 250%;
	color: #333;
	cursor: pointer;
	text-decoration: underline;
}

.link03:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	cursor: pointer;
	text-decoration: none;
}

.link04{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	cursor: pointer;
	line-height: 220%;
}

.link04 a{
	color: #333;
	text-decoration: none;
	
	-webkit-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-ms-transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
}

.link04 a:hover{
	color: #3c81dd;
	margin-left: 15px;
}


.link05{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	cursor: pointer;
}

.link05 a{
	color: #4d8ae6;
	text-decoration: none;
	
	-webkit-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-ms-transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
}

.link05 a:hover{
	margin-left: 15px;
}

.boxForm{
	color:#666;
	background: #e3e3e3; 
	width:200px; 
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	border: 0;
	border-radius: 5px; 
	padding: 8px;
}

.boxForm02{
	color:#fff;
	background: #0a4d7b;
	width:300px;  
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	border: 0;
	border-radius: 5px;
	padding: 5px; 
	margin-left: 10px;
	margin: 2px 0 2px 0;
}

.estilo-botao{
	background-color:#333;
	color: #fff; 
	border-radius:3px; 
	border:none; 
	cursor:pointer; 
	width:60px; 
	height:30px;
}