/* 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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	color: #333333;
}
:focus {
	outline: 0;
	color: #333333;
}
ol, ul {
	list-style: none;
	color: #333333;
}

/* MENUSITE */
ul.invisivel {
	display:none;
	color: #333333;
}
/* MENUSERIES */
.menuseries {
	float:left;
	font-size: 14px;
	color: #333333;
}
.menuseries a {
	text-decoration:none;
	color: #073772;
	padding-left:32px;
	height:32px;
	background-image:url(imagens/ico.png);
	background-position:left;
	background-repeat:no-repeat;
	
}
.menuseries h2 a {
	display:block;
	width:600px;
	overflow:hidden;
	text-indent:-5000px;
	color: #333333;
}
.menuseries h3, .menuseries h3.link-titulo, .menuseries h3.corrente {
	height:30px;
	width:600px;
	text-decoration:none;
	color: #333333;
}
.menuseries li a, .menuseries li a:link {
	display:block;
	height:32px;
	color: #333333;
}
