@charset "utf-8";


/* BEGIN TABS */
div.personal {
	position: absolute;
	width: 160px;
	top: 55px;
	left: 125px;
	color: #000000;
	font-family: Verdana, sans-serif;
	size:  11px;
	font-style: normal;
	border: 0 solid magenta;
}
div.school {
	position: absolute;
	width: 170px;
	top: 55px;
	left: 425px;
	color: #000000;
	font-family: Verdana, sans-serif;
	size:  11px;
	font-style: normal;
	border: 0 solid magenta;
}
div.organizations {
	position: absolute;
	width: 160px;
	top: 55px;
	left: 740px;
	color: #000000;
    font-family: Verdana, sans-serif;
	size:  11px;
	font-style: normal;
	border: 0 solid magenta;
}

.whitetext {
	color: #FFFFFF;
	font-weight: bold;
}
/* END TABS */



