﻿body {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
 	background-image: url(images/back.jpg);
 	background-color: #ffffff;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
/*font*/

.conteudo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height:20px;
	}



.TituloGeral {
	font-family: Arial Narrow, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}

.TituloArtigos {
	font-family: Arial Narrow, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #006699;
	font-weight: normal;
	text-decoration: none;
}


---------------------------------------------------------------------------------------------------------

.laranja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;

}
.laranja:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;

}
.laranja:visited{
	color: #ff6600;
}

.laranjaCont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;

}
.laranjaCont:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;

}



.linkConteudo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height:20px;
}

.linkConteudo:hover{
	text-decoration: underline;
	color: #333333;
	}
	
.linkConteudo:visited{
	color: #333333;
}

.link_lateral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A7D91;
	font-weight: normal;
	line-height:15px;
	}
.link_lateral:hover {
	text-decoration: underline;
	color: #3A4550;
	}
	

