/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(imgs/bgPg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

h1{
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h5{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h6{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

a{
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;
	color: #FEDE01;
}

.foto{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.brilho{
	background-attachment: scroll;
	background-image: url(imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bgContato{
	background-attachment: scroll;
	background-image: url(imgs/bgContato.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.branco{
	color: #FFF;	
}

.cinza{
	color: #CCC;	
}

