@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

a {color: #f4781e; text-decoration: none; font-weight: bold; background-color: transparent;}
a:hover {color: #888888;}

img { border:none; }

.textoFooter {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	padding-top:10px;
	padding-right: 5px;
}


.textoIntro {
	line-height: 140%;
	padding-top: 25px;
	padding-left: 5px;
}

.footer {
    background-image: url(../imagens/bgFooter.jpg);
	background-repeat: repeat-x;
	height: 51px;
	width: 765px;
}

.titulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-top:20px;
	padding-left: 20px;
	background-image:url(../imagens/bgTitulos.jpg);
	background-repeat:repeat-x;
	height:35px;
}

.fundoMeio {
	background-color: #e2e2e2;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 120%;
}

table#contorno {
	border-bottom: thin;
	border-top: thin;
	border-left: thin;
	border-right: thin;
	border-color: silver;
	border-style: solid;
	width:756px;
}

li {
	color: #005b7f; 
	list-style: square;
	padding-left: 10px;
}

.textoNegrito {
	font-weight: bold;
}
