@charset "UTF-8";
/* =CALL LIBRARY */
/*	@import url("reset-min.css");  ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 11pt Arial, Helvetica, sans-serif;
		color: #000033;
		background: #fff;
	}
	a{text-decoration: none;}
	a:hover{color: #bb800f;}
	hr{display: none;}
	strong{font-weight: bold;}
	img{border:0;}
	
	
h1{
	color: black;
	font-size: 20pt;
}
	
#main_logo {
	width: 433px;
	height: 100px;
	background-image: url('../images/envolve_big.png');
	margin: 0;
}

#footer {
	color="#ccc";
	font-size: 8pt;
}
.clear {
	clear: both;
}
.TextArea {
	width: 200px;
	margin-left: 10px;
	border: 1px solid #777;
}
.SubButt {
	margin-left: 10px;
}