body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/background.jpg);
	background-color: #000000;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.Head {
	background-image: url(../imagens/banner01.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.Head_Menu {
	background-image: url(../imagens/background-menu.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
}
.Fundo_Preto {
	background-image: url(../imagens/background-fundo-preto.png);
}
.MenuBranco {
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
.MenuBranco:hover {
	font-family: 'Oswald', sans-serif;
	color: #0076CD;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
.Titulo_Branco {
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
.TextoBranco {
	font-family: 'Oswald', sans-serif;
	line-height: 18pt;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}
.TextoBrancoInfo {
	font-family: 'Oswald', sans-serif;
	line-height: 18pt;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18pt;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
