/* Formatação Geral*/
body{
	font-family: Verdana;
	color: #3E3E3E;
	font-weight: normal;
	font-size: 14px;
	line-height:18px;
	height: 93px;
	
}

h1, h2{
	line-height: normal;
	color: #4696D3;
}
h1{
	font-size: 22px;
	font-weight: bold;
}
h2{
	font-size: 22px;
	color: #4696D3;
	font-weight: bold;
}


/* TEXTO */
#texto{



}
#texto a {
	font-size: 85%;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #464646;
}
#texto a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4696D3;
}

/* MENU */
#menu {
	color: #333333;
}
#menu a {
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	color: #ffffff;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4696D3;
	background-color: #615660;
}



/* DESTAQUE */
#destaque{
	color: #4696D3;
	font-weight: bold;

	
}

#destaque a {
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	color: #333333;
	background-color: #B9CD30;
}
#destaque a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B9CD30;
	background-color: #4696D3;
}
