/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #6f6f6f;
	font-weight: normal;
	line-height: 18px;
}
a:link {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #909090;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}
.subtitulos {
	font-size: 13px;
	color: #6f6f6f;
	font-weight: bold;
}
.login {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}
.login:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.login:active {
	color: #FFFFFF;
}

.tabela_formulario {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #AA462E;
	border-right-color: #8A3824;
	border-bottom-color: #8A3824;
	border-left-color: #AA462E;
}
.campos {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #AA462E;
	border: 1px solid #AA4531;
	background-color: #F7E3DF;
}
