/***********************************************/
/* acqua.css                            */
/* Usar com site Gabriel         */
/***********************************************/
/******* HTML tag styles *******/
body{
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: url(fundo01.jpg) fixed;
}
/******* hyperlink and anchor tag styles *******/
a:link {color:#FFFF00; text-decoration: none}
a:Visited {color:#00CCFF;	text-decoration : none;}
a:hover {color:#FF0000; text-decoration : underline;}

/******* text styles *******/
#formula {
	font-family:Verdana;
	color:#000000;
	font-size:10px;
}

#texto {
	font-family:Arial;
	color:#FFFF00;
	font-size:10px;
	font-weight:bold;
}

#texto1 {
	font-family:Arial;
	color:#FFFF00;
	font-size:26px;
	font-weight:bold;
}
#texto2 {
	font-family:Arial;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
#texto3 {
	font-family: Times;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color:#0000FF;
}
#texto4 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}

/******* Layout Div *******/
#pagina{
	position:absolute;
	top: 80px;
	width:100%;
	left: 0px;
}
#topo{
	display: block;
	height: 70px;
	width: 100%;
	position: absolute;
}
#pageNav{
	float: left;
	width:100px;
	padding: 0px;
	margin:40px 0px 0px;
}
#conteudo{
	padding: 10px 10px 0px 0px;
	margin-left:100px;
	text-align: center;
	width: 100%;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	text-decoration:none;
	padding: 5px 0px;
	color:#FFFF00;
	text-align: center;
	/*background-color: #999999;*/
	/*border: 1px solid #666666;*/
}

#sectionLinks a:hover{
	text-decoration:underline;
	/*background-color: #0000CC;*/
	background-image: none;
}
