
.titulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FF7315;
	padding-right: 5px;
}
.mensagem1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mensagem2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	padding: 10px;
	white-space: normal;
}
.divacerta{
	position: relative;
	height: 130px;
	width: 146px;
}
.AUDIO{
	width: 400px;
	position:relative;
}
.AUDIO a{
	background-image: url(../img/audio.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 92px;
	width: 230px;
	cursor:pointer;
	cursor:hand;
	margin-bottom: 10px;
	margin-left: 20px;
	display: block;
	text-indent: -9999px;
}
.AUDIO a:hover{
	background-position: left -92;
}
.VIDEO{
	width: 400px;
	position:relative;
}
.VIDEO a{
	background-image: url(../img/video.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 92px;
	width: 230px;
	cursor:pointer;
	cursor:hand;
	margin-bottom: 10px;
	margin-left: 20px;
	display: block;
	text-indent: -9999px;
}
.VIDEO a:hover{
	background-position: left -92;
}
.DivLogo{
	display: block;
	position: relative;
	width: 400px;
}
.Rodape{
	width:400px;
	height:46px;
	background-image:url(../img/rodape.jpg);
	background-repeat:no-repeat;
}
.LinkMudar{
	position: relative;
	height: 20px;
	width: 400px;
}
.LinkMudar a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	float: right;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.LinkMudar a:hover{
	color: #FF9933;
	text-decoration: underline;	
}
#MQ{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	float: right;
	width:380px;
	margin-left:0px;
	display: block;
}