/* ### geral ##################################################################### */
body {
    background-image:url(imagens/fundo/fundo.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 23px;
	color: #FFFFFF;
	}

a.preto {
	text-decoration: none;
	color: black;
}
a.preto:hover {
	text-decoration: underline;
	
}
a { 	
	text-decoration: underline;
	color: white;
}
a:hover {

	text-decoration: underline;
}

p {
	margin-bottom: 10px;
	margin-top: 10pt;
	text-align:justify;
}
ul, ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 10pt;
	font-stretch:condensed;
	text-transform: uppercase;
}

h2 {
	font-size: 9pt;
	font-stretch:condensed;
	text-decoration: underline;
	text-transform: uppercase;
}


h3 {
    font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14px;
	font-weight:100;
	text-align:justify;
    text-indent: 30px;
}


table {
	border: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;	
	width: 850;
	}

	
table.menor {
	border: 0px solid;
	width: 500;
	}
	
table.medio {
	border: 0px;	
	width: 845;
	}
	
	
	/*menu esquerda*/

.menulines{
border:1px solid white;
}

.menulines a{
text-decoration:none;
color:#27387d;


}
