body {
	padding: 0;
	text-align: justify;
	font-family: Georgia, "Arial", Times, serif;
	font-size: 12px;
	color: #616161;
	background: #787878;
}

a {
	text-decoration: none;
	color: #003366;
}

a:hover {
	border-bottom: none;
}

a.menu {
	margin: 0;
	padding: 18px 20px 0 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
a.menu:hover {
	border-bottom: none;
}

#busca {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 180px;
	height: 18px;
	border: 1px solid #003366;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#login {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 130px;
	height: 18px;
	border: 1px solid #003366;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#senha {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 110px;
	height: 18px;
	border: 1px solid #003366;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#categoria {
	height: 19px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold; 
}
a.linque1:hover {text-decoration: underline overline;}
a.categoria:link {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold; 
  }
a.categoria:visited {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold; 
  }
a.categoria:hover {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold; 
  }
a.categoria:active {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold; 
  }


#subcat {
	list-style: none;
	font-size: 12px;
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	text-decoration: none;
	color: #003366;
	border-bottom: 1px #003366 dashed;


}

