DIV.section_title {
	margin: 0px auto 0px auto;
	text-align: center;
	background-color: #d4c3A6;
	width: 95%;
	color: #000;
	font-weight: bold;
}

DL.resume {
	margin: 10px 0px 0px 0px;
	text-align: left;
}
DL.resume DT {
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 12pt;
	text-align: left;
	line-height: 14pt;
}
DL.resume DD {
	border-color: #00394D;
}

DL.languages {
	margin: 10px 0px 0px 0px;
	text-align: left;
}
DL.languages DT {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	line-height: 14pt;
	/*border: #0063BB;
	border-width: 2px 2px 2px 2px;
	border-style: none none none none;*/
}
DL.languages DD {
	border-color: #00394D;
}

DL.activities {
	margin: 10px 0px 0px 0px;
	text-align: left;
}
DL.activities DT {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	line-height: 14pt;
}
DL.activities DD {
	border-color: #00394D;
}