.bg {
	background-color: #666;
	margin: 5px;
	background-image: url(01.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.conteudo {
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.tabela {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	border: 1px solid #000000;
	background-color: #FFF;
	line-height: 130%;
	background-image: url(02.png);
}
a.linkum:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.linkum:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.linkum:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a.linkum:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FF0000;
}

.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.fundo1 {
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	background-image: url(img/fundo1.jpg);
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.fundo2 {
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	background-image: url(img/fundo3.jpg);
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
}
.fundo3 {
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	background-image: url(img/fundo1.jpg);
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 15px;
	font-weight: bold;
}
h1 {
	font-weight: bold;
	background-color: #666666;
	border: 1px outset #333333;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	font-size: 16px;
}
a.linkdois:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a.linkdois:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.linkdois:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FF0000;
}
a.linkdois:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FF0000;
}
