/* CSS RESET
--------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { 
	border-collapse: collapse;
	border-spacing: 0;
}


/* $_GLOBAL
--------------------------------------------------------*/
body {
	background-color:#FFF;
}
p, .texto {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
}
h1 {
	font:2.5em Trebuchet ms, Verdana, Arial, Sans-Serif;
	color:#351975;
	letter-spacing:-1px;
	line-height:40px;
}
h2 {
	font:1.5em Trebuchet ms, Verdana, Arial, Sans-Serif;
	color:#1a1a85;
	letter-spacing:-1px;
}
h3 {
	font:1.8em Trebuchet ms, Verdana, Arial, Sans-Serif;
	color:#1a1a85;
	letter-spacing:-1px;
	margin-bottom:-10px;
	margin-top:-5px;
}
.negrito_l {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#CC6600;
	line-height:18px;
}

/* $_TOPO
--------------------------------------------------------*/
.data {
	font:0.7em Arial, Helvetica, sans-serif;
	color:#000;
}

/* $_MENU
--------------------------------------------------------*/


/* $_PAGINA
--------------------------------------------------------*/


/* $_RODAPE
--------------------------------------------------------*/
.rodape {
	font:0.9em Arial, Helvetica, sans-serif;
	color:#666;
}	
a.rodape:link, a.rodape:active, a.rodape:visited {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}
a.rodape:hover {
	color:#333;
	text-decoration:underline;
}

/* $_TEXTO
--------------------------------------------------------*/
a:link, a:active, a:visited {
	font:bold 0.8em Arial, Helvetica, sans-serif;
	color:#CC6600;
	text-decoration:none;
}
a:hover {
	color:#10105e;
}