DIV.cv
{
	background-color:			white;
	color:						black;
	font-family:				"Times New Roman", Times, serif;
	font-size:					9pt;
	width:						100%;
}

.cvSection
{
	padding-top:				10px;
}

.cvSectionTitle
{
	font-size:					12pt;
	font-weight:				bold;
	width:						100%;
	border-bottom:				1px solid black;
}

.cvItems
{
	padding-left:				15px;
}

.cvSubItems LI
{
	text-align:					justify;
	margin-bottom:				4px;
}

.cvCompany
{
	width:						100%;
	border-bottom:				1px solid silver;
	margin-bottom:				4px;
	border-collapse:			collapse;
}

.cvCompany TD
{
	padding-top:				4px;
	padding-left:				0px;
	padding-right:				0px;
	margin-left:				0px;
	margin-right:				0px;
	font-size:					9pt;
	font-weight:				bold;
}

UL.cvQuotes
{
	margin-top:					4px;
	margin-bottom:				4px;
}

UL.cvQuotes LI, .cvItems LI
{
	margin-bottom:				4px;
}

.cvFooterLogos
{
	text-align:					right;
	padding:					20px 20px 10px 10px;
	border-top:					1px dotted silver;
	vertical-align:				middle;
}

IMG
{
	border-style:				none;
}
