/* ----- */
/* Texto */
/* ----- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
h1, h2, h3 {
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: none;
}
h1 {
	font-weight: bold;
	background: url(img/fundo_h1.png);
}
h2 {
	padding-top: 20px;
	font-weight: bold;
}
h3 {
	font-weight: bold;
}
ul {
	margin-left: 10px;
	padding-left: 1em;
}
li {
	list-style-position: outside;
}
hr {
	color: #CCCCCC;
}
strong {
	color: #333333;
}
img {
	border: none;
}

/* CSS dos artigos */
/*#artigos h1, h2, h3 {
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: none;
}
#artigos h1 {
	font-weight: bold;
}
#artigos h2 {
	font-weight: bold;
}
*/

