@CHARSET "ISO-8859-1";
a:link {
	color: #036;
	text-decoration: none;
}

a:hover {
	color: #036;
	text-decoration: underline;
}

a:active {
	color: #036;
	text-decoration: underline;
}
#idDivFormCad form {
	margin-left: 0px;
	font-size: 9pt;
	color: #F90;
	width: 100%;
}

#idDivFormCad fieldset {
	padding: 15px;
	border: 1px solid #CCCCCC;
	width: 450px;
}

#idDivFormCad legend {
	font-weight: bold;
	font-size: 11pt;
	font: Arial;
	letter-spacing: 1px;
	color: #F90;
}

#idDivFormCad label {
	display: block;
	margin-top: 2px;
	border-bottom: 0px solid #f1f1f1;
	color: #036;
	font: Arial;
	font-size: 12px;
}

#idDivFormCad input, select {
	border: 1px solid #CCCCCC;
	font-size: 9pt;
	color: #666;
}

#idDivFormCad select {
	width: 200px;
}

#idDivFormCad textarea {
	border: 1px solid #CCCCCC;
	font-size: 9pt;
	color: #666;
}

.aButton {
	background-color: #F1F2FE;
	border-color: #CCCCCC;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
}

#idDivFormCad span {
	color: #999;
	font-size: 9px;
}

#idDivFormCad p {
	color: #c03;
	font-size: 10pt;
}

#idDivRespMail {
	color: #F90;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

