@charset "utf-8";
/* CSS A4 Engenharia */

/* Margens, fonte padrão e fundo da página*/
body,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imagens/fundo.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
/* Link padrão */
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
/* Menu */
.menu:link {
	font-family: Calibri, "Arial Narrow", Modern;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.menu:visited {
	font-family: Calibri, "Arial Narrow", Modern;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.menu:active {
	font-family: Calibri, "Arial Narrow", Modern;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.menu:hover {
	font-family: Calibri, "Arial Narrow", Modern;
	font-size: 11px;
	color: #000000;
	text-decoration: overline;
	font-weight: lighter;
}
.Conteudo_Caixas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.Conteudo_Caixas_Negrito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: 700;
}
.ConteudoLinks:link {
	font-family: Calibri, "Arial Narrow", Modern;
	font-size: 11px;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
}
.ConteudoLinks:visited {
	font-family: Calibri, "Arial Narrow", Modern;
	font-size: 11px;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
}
.ConteudoLinks:active {
	font-family: Calibri, "Arial Narrow", Modern;
	font-size: 11px;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
}
.ConteudoLinks:hover {
	font-family: Calibri, "Arial Narrow", Modern;
	font-size: 11px;
	font-weight: 700;
	color: #666666;
	text-decoration: overline;
}
.Direitos_Autorais {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4F4F4;
}
.CarlosHPS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CC00;
	font-weight: 900;
}
.Apresentacao {
	font-family: Calibri, "Arial Narrow", Modern;
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	font-style: italic;
}
.Destaque {
	font-family: Calibri, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.Destaque2 {
	font-family: Calibri, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.DestaqueLINK:link {
	font-family: Calibri, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.DestaqueLINK:visited {
	font-family: Calibri, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.DestaqueLINK:hover {
	font-family: Calibri, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: overline;
}
.DestaqueLINK:active {
	font-family: Calibri, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
/* Linhas Divisórias das Obras */
	.DivisaoBranco {
	background:#FFFFFF;
	width: 99%;
	border-bottom: 1px dashed #666666;
	padding: 5px 3px;
	}
	.DivisaoCinza {
	background:#D1D1D1;
	width: 99%;
	border-bottom: 1px dashed #666666;
	padding: 5px 3px;
	}