@charset "utf-8";
.menus {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
	padding-right: 6px;
	padding-left: 6px;
}
.contorno_tabela_fora {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.titulos_paginas {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	color: #FF6600;
	margin-right: 2px;
	margin-left: 12px;
	padding-right: 2px;
	padding-left: 12px;
}
.linhas_titulos {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;
}
.textos {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	color: #333333;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 12px;
}
.textos_ident {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	color: #333333;
	margin-right: 12px;
	margin-left: 24px;
	margin-top: 12px;
}
.legendas_imagens {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #FF6600;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 12px;
}
.textos_Maiusculas {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	color: #333333;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 12px;
	text-transform: uppercase;
}
.textos_link {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #333333;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
.informacao {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}
.contorno_exercicios {
	border: 1px solid #009933;
}
