@charset "utf-8";
/* CSS Document */
body {
	
	color:#4e464e;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.4em;
	font-size:62.5%;
	
}

p{
	font-size:1.2em;
	line-height:1.3em;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #cd3b3b;
}
h3 {
	font-size:1.4em;
	font-weight:bold;
}
a:link {
	color:#c9387e;
	text-decoration:underline;
}
a:visited {
	color:#a4537a;
	text-decoration:underline;
}
a:hover, a:active {
	color:#c9387e;
	text-decoration:none;
}
.cita{
	font-size:1.2em;
	line-height:1.3em;
	margin: 0 0 0 20px;
}
ul{
	margin:0;
	padding:0 0 0 20px;
}
li {
	margin:0;
	padding:0 0 6px 0px;
	font-size:1.1em;
}

a.topo{

	margin: -10px 0 0 0;
	z-index:222;
	background: url(../img/linha-div-pequena.jpg) no-repeat center 11px;
	display: block;
	text-align: right;
	
}
