@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.j {
	text-align:justify;	
}
body {
	background-image: url(imagens/fundo.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.branco {
	color: #FFF;
}

.italico {
	font-style: italic;
}
.selecionado {
	color: #FFF;
	background:url(imagens/menu.jpg);
	padding:13px;
	height:42px;
	width:100px;
	text-decoration:none;
		font-size:15px;
	font-weight:bold;
}
.apreto {
	color: #000;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
.apreto:hover {
	color: #FFF;
	background:url(imagens/menu.jpg);
	padding:13px;
	height:42px;
	width:100px;
	text-decoration:none;	
}
h1 {
	border:medium solid #FC0;
	border-left:none;
	border-top:none;
	border-right:none;
	width:280px;
}
h2 {
	border:medium solid #FC0;
	border-left:none;
	border-top:none;
	border-right:none;
	width:170px;	
}
h3 {
	font-size:18px;	
}
.form {
padding:5px;
border:thin solid #333;
width:180px;	
}
.form2 {
padding:5px;
border:thin solid #333;
width:260px;	
}
