body {
	background-image: url("img/bg.png"); 
}
h1{
	font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 70px;
    text-transform: uppercase;
	text-decoration: underline;
	color: blue;
	margin:0;
}

p{
	font-family: 'Droid Serif', serif;
    font-weight: 400;
	color: blue;
	text-align: justify;
}

div a{
	color: #blue;
}

header{
	float: right;
	text-align:right;
	width: 100%;
	min-width: 500px;
	padding-right: 15px;

}

img{
	display:block;
	margin-left: auto;
	margin-right: auto;
	}
	
#content{
	width: 80%;
	min-width: 800px;
	margin-left: auto;
    margin-right: auto;
}

#top{
	text-align: center;
}

#rodape{
	width: 70%;
	min-width: 800px;
    left: 0;
    right: 0;
	bottom: 10px;
	margin-left: auto;
    margin-right: auto;
	position: absolute;
	text-align: center;
	font-family: 'Droid Serif', serif;
    font-weight: 400;
	font-size: 13pt;
}

#grantshow{
	text-align: center;
	 font-family: 'Droid Serif', serif;
    font-weight: 400;
	font-size: 45pt;
	color: blue;
}

.text{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-family: 'Droid Serif', serif;
    font-weight: 400;
	font-size: 35pt;
	color: blue;
}

.center{
	text-align: center;
}	

.entradaForm{
	background-color: rgba(255,255,255,0,2);
	width: 40%;
	min-width: 350px;
	height: 50px;
	font-family: 'Droid Serif', serif;
    font-weight: 400;
	font-size: 50px;
	text-align: center;
	color: blue;
	border-style: dashed;
	
}

.subForm{
	background-color: rgb(255,255,255);
	width: 30%;
	min-width: 300px;
	height: 50px;
	font-family: 'Droid Serif', serif;
    font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: blue;
	border-style: dashed;
	border-color: blue;
}
