/* CSS Document */

body {
	margin:0px;
	font-family:"Trebuchet MS",Arial;
	font-size:12px;
	background-color:#f5f5f5;
	color:#282828;
}
a { color:#004289; }

#return {
	text-align:center;
	margin-bottom:10px;
	padding:5px;
	font-size:15px;
	font-weight:bold;
	background-color:#FA4F05;
	color:#fff;
	

}

.title {
	color:#003875;
	font-size:13px;
}
.txt-10 {font-size:10px;}
.txt-11 {font-size:11px;}
.txt-15 {font-size:15px;}
.blue {color:#003875;}

input {
	border:1px solid #E8E8E8;
}
.btn-enviar {
	width:100px;
	height:30px;
	background-color:#1D5592;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	border:3px outset;
}