.bgtopo {
	background-image: url(imagens/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgrodape {
	background-image: url(imagens/rodape.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h2 {
	font-family: "Trebucht MMS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.Subtitulo {
	font-family: TrebuchtMS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.voltar {
	color: #3399CC;
	text-decoration: none;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-left: 230px;
}
a.voltar:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
