* {
	padding:0;
	list-style:none;
	text-decoration:none;
}
body
{
	color:#333333;
	font-family: sans-serif;
	font-size: 12px;
	background-color:#676767;
	margin-top:0;
}
#fundo
{
	background-image:url(../img/fundoteste.jpg);
	height: auto;
	width: 1050px;
	margin:auto;
}
.TituloLateral {
	font-size: 18px;
	font-weight: bold;
}
.TituloLateral14 {
	font-size: 14px;
	font-weight: bold;
}
.TituloLateral13 {
	font-size: 13px;
	font-weight: bold;
}
.TituloLateral16 {
	font-size: 16px;
	font-weight: bold;
}
.FontevermelhaDestaque {
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.Fontevermelha {
	font-size: 13px;
	font-weight: bold;
	color:#FF0000;