#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top {

	position:absolute;
	top:100px; 
	left:50%; 
	height:293px; 
	width:770px; 
	margin-left:-385px;
	background-position:top left;
	background-image:url(../../imagens/top.jpg);
	background-repeat:no-repeat;
	padding-top:80px;
	padding-left:50px;

}

#body {
	position:absolute;
	top:390px; 
	left:50%; 
	height:auto; 
	width:770px; 
	margin-left:-385px; 
	background-position:top;
	background-image:url(../../imagens/body.jpg);
	background-repeat:repeat-y;
}


#content {
	position:relative; 
	top:-150px;
	margin: 0px 70px 0px 20px;
}

#content p {
	color: #333333;
}

#content a {
	color: #333333;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	font-weight: normal;
}
.cptitulo {
	color: #5F7E6A;
	border-bottom: 1px solid #5F7E6A;
	font-size: 17px !important;
}

.cptitulo2 {
	color: #5F7E6A;
	border-bottom: 1px solid #5F7E6A;
	font-size: 20px !important;
}

h1.cptitulo {
	font-size: 26px;
}

h2.cptitulo {
	font-size: 20px;
	margin: 30px 0px 0px 0px;
	
}

#cp_box_left {
	position: relative;
	width: 350px;

	float: left;

}

#cp_box_right {
	position: relative;
	width: 300px;
	float: right;

}



.left {
	float: left;
}

.right {
	float: right;
}


.btn_voltar {
	color: #5F7E6A !important;
	font-weight: bold !important;
}

.btn_voltar:hover {
	color: #5F7E6A !important;
	font-weight: bold !important;
}

table {
	font-size: 12px;
}