	body 
	{
		font-family: Verdana, Times, Arial, Helvetica, sans-serif;
		height:100%;
		width: 100%;
		margin:0; 
		padding:0;
	} 
	#pequeno
	{
		background-color: #f1f1e6;
		font-size: 12px;
		color: #333333;
		cursor: pointer;
	}
	#medio
	{
		background-color: #f1f1e6;
		font-size: 15px;
		color: #333333;
		cursor: pointer;
	}
	#grande
	{
		background-color: #f1f1e6;
		font-size: 18px;
		color: #333333;
		cursor: pointer;
	}
	#div1
	{
		font-size: 15px;
		letter-spacing: normal;
		text-align: justify;
		text-transform: none;
		padding: 12px;
	}
	#barraSup
	{
		font-size: 15px;
		color: #FFFFFF;
		letter-spacing: normal;
		padding: 0px;
	}
	#divEsquerda
	{
		background-image: url("images/azul_20.jpg");
		background-position:right top;
		background-repeat: repeat-y;
		height: 100%;
		
	}
	#divDireita
	{
		background-image: url("images/azul_20.jpg");
		background-position:left top;
		background-repeat: repeat-y;
		height: 100%;
		
	}
	#vera
	{
		position: absolute;
		width: 154px;
		height: 52px;
		left: 75%;
		top: 48%;
		z-index: 2;
	}
	#central
	{
		width: 781px;
	}
	
	#completar
	{
		background-color: #ff3300;
		width: 27px;
		float: right;
		height: 100%;
	}
	
	h1
	{
		font-family: Verdana, Times, Arial, Helvetica, sans-serif;
		font-size: 24px;
	}
	h2
	{
		font-family: Verdana, Times, Arial, Helvetica, sans-serif;
		font-size: 20px;
	}
	h3
	{
		font-family: Verdana, Times, Arial, Helvetica, sans-serif;
		font-size: 16px;
	}
	h4
	{
		font-family: Arial, Verdana, Times, Helvetica, sans-serif;
		font-size: 34px;
		color: #006699;
	}
a:link {color: #000000;font-size: 15px; text-decoration: none}
a:visited {color: #333333;font-size: 15px; text-decoration: none}
a:hover {color: #ff0000;font-size: 15px; text-decoration: none}
a:active {color: #000000;font-size: 15px; text-decoration: none}
a.menu:link {color: #FFFFFF;font-size: 15px; text-decoration: none}
a.menu:visited {color: #FFFFFF;font-size: 15px; text-decoration: none}
a.menu:hover {color: #FFFFFF;font-size: 15px; text-decoration: none}
a.menu:active {color: #FFFFFF;font-size: 15px; text-decoration: none}
p
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
p.conteudo
{
font-family: Arial, Helvetica, sans-serif;
text-indent:50px;
text-align: justify;

}
p.conteudo2
{
font-family: Arial, Helvetica, sans-serif;
text-indent:50px;
padding: 10px
text-align: justify;
}
table
{
	border-collapse:collapse; 
	
}