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

body {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:none;
	background-color: #000000;
	font-family:"Chaparral Pro", "Times New Roman", Times, serif;
	color:#646464;
	font-size:13px;
	text-align:left;
	
}


.titulo {
	font-family:"Chaparral Pro", "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: normal;
	color: #646464;
	text-align:left;
	
}


.texto {
	font-family:"Chaparral Pro", "Times New Roman", Times, serif;
	font-size:13px;
	font-weight: normal;
	color: #646464;
	line-height: 16px;
	text-align:left;
	
}

.titulo_maior {
	font-family:"Chaparral Pro", "Times New Roman", Times, serif;
	font-size:21px;
	font-weight: normal;
	color: #646464;
	text-align:left;
	
}

.texto_menor {
	font-family:"Chaparral Pro", "Times New Roman", Times, serif;
	font-size:7px;
	font-weight: normal;
	color: #323232;
	line-height: 16px;
	text-align:left;
	
}

a:hover {
	color: #000000;
	text-decoration: none;	
}

a:link {
	color: #646464;
	text-decoration: none;	
}

a:visited {
	color: #646464;
	text-decoration: none;
}

a:active {
	color: #646464;
	text-decoration: none;
}


.menu {
	font-family:"Chaparral Pro", "Times New Roman", Times, serif;
	font-size:13px;
	font-weight: normal;
	color: #323232;
	line-height: 16px;
	text-align:left;

}


.menu a:hover {
	color: #000000;
	text-decoration: underline;
}

.menu a:link {
	color: #646464;
	text-decoration: none;
}

.menu a:visited {
	color: #646464;
	text-decoration: none;
}

.menu a:active {
	color: #646464;
	text-decoration: none;
}

