* {
	padding:0;
	list-style:none;
	text-decoration:none;

}
body
{
	color:#000000;
	font-family: sans-serif;
	font-size: 12px;
	margin-top:0;
	background-image: url(../img/Fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height:20px;
}
.FonteBranco12 {
	font-size: 12px;
	color:#FFFFFF;
}
.FonteVerde16 {
	font-size: 16px;
	color:#96BC33;
}

.Fonte10 {
	font-size: 10px;
	font-weight:normal;
	color:#666666;
}
.Fonte15{
	color:#000000;
	font-family: sans-serif;
	font-size: 15px;
	
}
.LinkVermelho:link
{
color:#CC0000;
}
.TituloLateral16 {
	font-size: 16px;
	font-weight: bold;
}

.TituloLateral {
	font-size: 18px;
	font-weight: bold;
}

.TituloTrabalhe {
	font-size: 29px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #9CC03F;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.Fontevermelha {
	font-size: 13px;
	font-weight: bold;
	color:#FF0000;

