p, li, a {
	font-family: Verdana, "Gill Sans", sans-serif;
	font-size: 9pt;
}

.navButtonLink a, .navButtonMenu a {
	font-size: 12pt;
}

.dropDownMenu {
	font-size: 11pt;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

.navButtonMenu a {
	text-decoration: none;
}

.subNavButtonMenu a {
	text-decoration: none;
}
	
.footer, div.footer p, div.footer a {
	/*
		** Strangely, I have to explicitly list 'div.footer p' or my
		font-size doesn't get picked up... although the text-align
		works just fine without such explicit listing...
		** Another comment: I tried my luck with using em on the font-size,
		but it seems to use the browser default - instead of our own
		going / current font size...
	*/
	text-align: center;
	font-size: 9pt;
}


/**
	styles specific to olafk-summary.htm
**/

.jobEmployeur {
	font-weight:600;
}

.jobTitle {

}

.jobPeriod, .jobTitle {
	font-size:1.1em;
	font-weight:800;
}

.jobPeriod {
}

.jobResponsibilities {
}

.consultantNameAndDegree {
}

div.consultantNameAndDegree p {
}
	
.consultantName {
	font-size:14px;
	font-weight: 800;
}
