@charset "utf-8";
body {
	background-color: #000;
	margin: 0px;
	background-image: url(../img/site/todos/fundo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #5f5d5e;
	font-size: 12px;
	line-height: 16px;
}

.InputBusca {
	border: 1px solid #ff6600;
	height: 14px;
	width: 163px;
}



.InputContato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	width: 98%;
	border: 1px solid #ff6600;
}
.TextareaContato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 98%;
	border: 1px solid #ff6600;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #ff6600;
	border: 1px solid #ff6600;
}



.TituloNoticia {
	font-weight: bolder;
	color: #FFF;
}

.TextoJustificado {
	text-align: justify;
}

.TextoLaranja {
	color: #ff6600;
}

.TextoPreto {
	color: #000000;
}

.TextoLaranjaGrande {
	color: #ff6600;
	font-size: 18px;
	font-weight: bolder;
}



a.linkMenu:link {
	color:#ff6600;
	text-decoration:none;
	font-weight: bolder;
}
a.linkMenu:visited {
	color:#ff6600;
	text-decoration:none;
	font-weight: bolder;
}
a.linkMenu:hover {
	color:#000000;
	text-decoration:none;
	font-weight: bolder;
}
a.linkMenu:active {
	color:#ff6600;
	text-decoration:none;
	font-weight: bolder;
}




a.linkNoticias:link {
	color:#ffffff;
	text-decoration:none;
}
a.linkNoticias:visited {
	color:#ffffff;
	text-decoration:none;
}
a.linkNoticias:hover {
	color:#ffffff;
	text-decoration:underline;
}
a.linkNoticias:active {
	color:#ffffff;
	text-decoration:none;
}

a.linkBusca:link {
	color:black;
	text-decoration:none;
}
a.linkBusca:visited {
	color:black;
	text-decoration:none;
}
a.linkBusca:hover {
	color:black;
	text-decoration:underline;
}
a.linkBusca:active {
	color:black;
	text-decoration:none;
}


a.linkSaibaMais:link {
	color:#ff6600;
	text-decoration:underline;
	font-weight: bolder;
}
a.linkSaibaMais:visited {
	color:#ff6600;
	text-decoration:underline;
	font-weight: bolder;
}
a.linkSaibaMais:hover {
	color:#000000;
	text-decoration:underline;
	font-weight: bolder;
}
a.linkSaibaMais:active {
	color:#ff6600;
	text-decoration:underline;
	font-weight: bolder;
}

label.error {color:#FF0000; font-size:10px; margin:0}
input.error, textarea.error { background-color:#ff6600;}
