@charset "UTF-8";
body {
	background-color: #000000;
	color: #999999;
	font-family: "Helvetica Neue", Helvetica;
	font-weight: lighter;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.cellLogo {
	text-align: left;
	width: 155px;
}
.Titles {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.CVTitles {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-style:solid;
	border-width:thin;
	border-color:#CCCCCC;
	background-color:#333333;
	border-bottom:none;
}
.Bodies {
	border-style:solid;
	border-width:thin;
	border-color:#CCCCCC;
}
a:link, a:visited, a:active, a:hover {
	border-width: 0px;
	border-style: none;
	color: #FFFFFF;
	text-decoration: none;
}
td {
	text-align: justify;
	vertical-align: top;
}
a:hover {
	text-decoration: underline;	
}
.highlight {
	font-weight: normal;
	color: #FFFFFF;
}

