body {
	background-color: #DEE0E4;
}

.titulo1 {
	font-family: "Arial Narrow", Tahoma, "Helvetica Condensed";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0057A4;
	text-decoration: none;
}
.titulo2 {

	font-family: "Arial Narrow", Tahoma, "Helvetica Condensed";
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #669900;
	text-decoration: none;
}
.titulo3 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #3F3F3F;
	text-decoration: none;
}
.texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #595959;
	text-decoration: none;
}
.titulo4 {
	font-family: "Arial Narrow", Tahoma, "Helvetica Condensed";
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #669900;
	text-decoration: none;
}
/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text,textarea {margin:1px 0;border:1px solid #bbb;}
input.text:focus, textarea:focus {border:1px solid #666;}
input.text  {width:200px;padding:2px;}
textarea {width:200px;height:30px;padding:5px;}
.error, .notice, .success {padding-left:.5em;}
.error {color:#8a1f11;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
