@charset "utf-8";
.geral {
	font-family: arial;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
input {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}

body {
	background-image: url(../imgs/bg.jpg);
	margin: 0px;
	padding: 0px;
}
.legenda {
	font-family: arial;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
.noticiaTit {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.noticiaDate {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
}
.noticiaText {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.textBody {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: justify;
}
.textBodySubTit1 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #666;
	text-decoration: none;
	text-align: justify;
}
.textBodySubTit2 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #F60;
	text-decoration: none;
}
.textBodySubTit2 a {
	font-family: ARIAL;
	font-size: 12px;
	color: #F60;
	text-decoration: underline;
}
textarea {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #F60;
	text-decoration: none;
}
select {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #F60;
	text-decoration: none;
}

