body {
  	color 			: #000;
  	background 		: #fff;
  	font-family 	: "Georgia", Times, serif;
  	font-size 		: 12pt;
}

a {
  	text-decoration : underline;
 	color 			: #0000ff;
}

#tabs, #internalLinks, #case1 {
	display			: none;
}

#case2 {
  	text-align		: center;
  	margin			: 2em 0;
}

#printHead, #content {
  	border-bottom	: 1px dotted #000;
}

#printHead h1 {
	color 			: #007dae;
  	font-family 	: "Trebuchet MS", Arial, sans-serif;
  	font-size 		: 20pt;
  	text-align		: center;
}

#main-head h3 {
  	font-family 	: "Trebuchet MS", Arial, sans-serif;
  	text-align		: center;
  	font-size 		: 14pt;
}

#footer p {
	text-align		: center;
}

#footer p span {
	font-style		: italic;
}

#about, #team, #job {
	display			: block;
}

em {
	font-weight     : bold;
	font-style		: normal;
}

#content img.portrait {
	float			: none;
	margin			: 0 10px 10px 10px;
}

.member {
	width			: 80mm;
	float			: left;
	text-align		: center;
	margin			: 20px 0 0 0;
}

.member p {
	text-align		: center;
	border-top		: 1px solid #bbb;
	border-bottom	: 1px solid #bbb;
	padding			: 0 !important;
	margin			: 0 10px !important;
}

#header {
	display			: none;
}