.bg {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #0066cc;
	background-position: top;
	margin: 5px;
}
.tabela {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 120%;
	color: #003366;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #F6FBFF;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #33CCFF;
	text-align: center;
}
a:link {
	
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}
.form {
	border: 1px solid #0099FF;
	font-size: 11px;
	color: #333333;
}


.lateral {
	background-color: #E9F3FF;
	text-align: center;
	vertical-align: top;
}
.conteudo {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 5px;
	text-align: justify;
	text-indent: 10px;
	line-height: 120%;
}
.rodape {
	font-size: 12px;
	font-weight: bold;
	color: #0066CB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	padding-bottom: 3px;
}
