body,
p, 
li, 
a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
}

.tspCVCV, 
.tspCVMoi {
	font-family: "Courier New", Courier, mono;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.tspCVCV {
	font-size: 1em;
	font-style: italic;
}

.tspCVMoi {
	font-weight: bold;
	font-size: 1.6em;

}

table.cvMain {
	width: 100%;
	padding: 5px;
}

.tspBoxTop, 
.tspBoxBottom {
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

.tspBoxBottom {
	border-bottom: 1px solid #888;
	font-size: xx-small;
	margin: 0px;
	padding: 0px;
}

.tspBoxTop {
	border-top: 1px solid #888;
	font-size: xx-small;
	margin: 0px;
	padding: 0px;
}

.tspContrast {
	font-style: italic;
}

.tspBigLight {
	font-size: 3em;
	color: #666;
	font-weight: lighter;
	text-align: center;
	margin-top: 10px;
	margin-bottom: -8px;
}

.tspBullet,
.tspBulletSmall {
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

.tspBullet {
	font-size: 0.9em;
	list-style-type: disc;
}

 .tspBulletSmall {
	font-size: 0.9em;
	margin-left: -2em;
	line-height: 90%;
	list-style-type: circle;
}

.tspCVCell{
	font-size: 0.9em;
	border-bottom: 2px solid #eee;
	margin: 0px;
	padding: 3pt;
	page-break-inside: avoid;
	vertical-align: middle;
}

.tspCVColumnHeader {
	font-size: 1.6em;
}





.tspBody {
	font-size: x-small;
}

.tspCVPrintOnly {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.tspCVUpdate {
	font-size: xx-small;
	font-weight: lighter;
}
.tspGoldStar {
	color: #CC9900;
	font-weight: bold;
}
.tspLinks {
	color: #120EAE;
	font-size: 0.8em;
}

@media print {
	
	#cvLogo {
		display: none;
	}

	.noPrint {
		display: none;
	}

	.tspCVCV {
		font-size: 9pt;
	}

	.tspCVMoi {
		font-size: 16pt;
	}

	.tspBoxTop, 
	.tspBoxBottom {
		border-left-color: black;
		border-right-color: black;
	}

	.tspBoxBottom {
		border-bottom-color: black;
	}
	
	.tspBoxTop {
		border-top-color: black;
	}

	.tspContrast {
		font-size: 11pt;
	}

	.tspBigLight {
		font-size: 30pt;
		color: black;
	}
	
	.tspCVCell{
		border-bottom: 1px solid #666;
	}

	.tspBullet {
		font-size: 9pt;
	}

	.tspCVColumnHeader {
		font-size: 16pt;
	}

	.tspCVCell {
		font-size: 9pt;
	}

	.tspBulletSmall {
		font-size: 8pt;
	}

}

@media screen {

	#cvLogo {
		float: left;
		vertical-align: middle;
	}

		.noShow {
		display: none;
	}


}