/*	Néstor Fioiritto Briano © 2006  */

/* config. gerais */
* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:middle;
	border:none;
}

html {
	text-align:center;
}

acronym, abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	cursor: help;
}

hr {display: none;}

a, b, em, strong {vertical-align: baseline;}

img {border: 0px;}

body {
	background-color: #FFFFFF;
	color: #000000;
	font: 16px Georgia, "Times New Roman", Times, serif;
	background-attachment: fixed;
	line-height: 20px;
}

/* area do cabecalho */
#cabecalho {
	display: none;
}

#separa-cabec-conteudo {
	display: none;
}

/* area de conteudo */
#conteudo {
	background-color: #FFFFFF;
	margin: 0 auto;
}

#conteudo a:link { color: #CC0000}

#conteudo .texto {
	clear: both;
	text-align: left;
}

#conteudo .texto #downloads {
	display: none;
}

#conteudo .texto h2 {
	font-size: 22px;
	margin-bottom: 30px;
	text-align: center;
}

#conteudo .texto blockquote {
	margin-left: 30px;
}

#conteudo .texto h3 {
	text-transform: uppercase;
	font-family: 'Trebuchet Ms', verdana, Arial, tahoma;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 10px;
}

#conteudo .texto h4 {
	font-size: 90%;
	margin-left: 30px;
	margin-bottom: 10px;
}

#conteudo .texto h5 {
	font-size: 90%;
	margin-left: 30px;
	margin-bottom: 10px;
}

#conteudo .texto p {
	margin-bottom: 20px;
	margin-left: 30px;
	text-align: justify;
}

/* area do rodape */
#rodape {	
	display: none;
}
