body {
	background-color: #EA1C24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.forms {
	border: 1px solid #00ACEE;
}
.btnenviar {
	font-weight: bold;
	color: #00ACEE;
	background-color: #E1F9FF;
	font-size: 17px;
	border: 1px outset #E2E2E2;
}
.center {
	font-size: 30px;
	font-weight: bold;
}


.bold {
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #00ACEA;
}
a:active {
	text-decoration: none;
	color: #00ACEA;
}


#wrapper {
	background-color: #FFFFFF;
	background-image: url(imgs/bg_cpbag.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	width: 100%;
	margin-top: -10px;
	clear: both;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #EA1C24;
	width: 100%;
	text-align: center;
}

