﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-style: normal;
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
#conteudo {
	display: none;
}
.titulo01 {
	font-family: Arial Unicode MS;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
.linkMenu {
	color: Black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.linkMenu:hover {
	text-decoration: underline;
	color: Red;
}
.link {
	color: Black;
	font-size: 12px;
	text-decoration: none;
}
.link:hover {
	color: Red;
}
.linha {
	border-bottom: Solid 2px #d8d1be;
}
.titulo {
	font-family: Franklin Gothic Medium;
	font-size: 18px;
	color: #8B8352;
	text-decoration: none;
}
.link4 {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
.link4:hover {
	color: Red;
}

/* ### CSS Para Campos e Area de Texto ############################ */
textarea.campoShow, input.campoShow {
	padding: 1px;
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	border-top: solid 1px #999999;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-spacing: 0px;
	margin: 0px;
	padding: 4px 4px 2px 3px;
	height: 16px;
	color: Black;
}
textarea:focus.campoShow, input:focus.campoShow {
	padding: 4px 4px 2px 2px;
	background-color: White;
	color: Black;
	border: solid 2px #9F0102;
}
/* ### CSS Para Drop Down List #################################### */
select.campoShow {
	padding: 1px;
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	border-top: solid 1px #999999;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-spacing: 0px;
	margin: 0px;
	padding: 2px 2px 2px 2px;
	height: 24px;
	color: Black;
}
select:focus.campoShow {
	padding: 1px 2px 2px 1px;
	background-color: White;
	color: Black;
	border: solid 2px #9F0102;
}
