@charset "UTF-8";

body {
	background-color:#666666;
	background-image: url(../imagens/fundo.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin: 0px;
	font-family: "Arial";
	color:#fcfafa;
}

.titulo {
	font-size: 48px;
	line-height:54px;
	font-weight:bold;
	color:#edb50c;
}

.sub_titulo{
	font-size:27px;
	line-height:30px;
	text-transform:uppercase;
	color:#e1d8bc;
}

.instrucoes{
	font-size:14px;
	font-weight:normal;
	color:#fcfafa;
	width:620px;
	text-align:justify;
	padding-top:10px;
}

.copyright{
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
}

.copyright a{
	text-decoration:none;
}

.copyright a:hover{
	text-decoration:underline;
}



