@charset "iso-8859-1";
/* CSS Document */

/* ESTILOS COMUM DE TODAS AS PAGINAS */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-stretch: narrower;
	letter-spacing:0.5px;
	text-shadow:#CCC;
	font-size:11px;
	text-align:center;
	color:#333;
}

.destaque {
	font-weight:bolder;
	font-size:14px;
}

img {
	border:0px;
}

a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

a:link {
	text-decoration: none;
	color:#333;
	border:none;
}
a:visited {
	text-decoration: none;
	color:#666;
	border:none;
}
a:hover {
	text-decoration:none;
	color:#000;
	border:none;
}
