* {
	margin:0;
	padding:0;
}
body {
	color:#333;
	font:9pt/1.56 Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:16pt;
	font-weight:normal;
	padding-bottom:26px;
}
	h2 span {
		padding-bottom:10px;
		border-bottom:1px solid #ddd;
	}
h3 {
	padding:18px 6px 6px;
	clear:both;
	font:12pt Georgia, "Times New Roman", Times, serif normal;
	color:#333;
	background-color:#cff1f7;
	page-break-after:avoid;
}

p {
	padding:0 6px 18px;
}

img { border:none; display:block; }
ul, ol { list-style:none; }

table {
	width:100%;
	margin-bottom:18px;
}
	table tr td {
		padding:3px 6px;
		border-bottom:1px solid #d9d9d9;
		vertical-align:top;
	}
	table tr.last td {
		border:none;
	}
	table tr td.notes {
		font-family:Georgia, "Times New Roman", Times, serif normal;
		font-style:italic;
		color:#666;
	}

col.col_1 { width:34%; }
col.col_2 { width:22%; }
col.col_3 { width:22%; }
col.col_4 { width:22%; }

/*
---- Specifics
*/

#banner {
	border-bottom:3px solid #666;
}
	#banner p {
		margin-left:126px;
		padding:10px 17px;
		border-top:30px solid #e8e8e8;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#content {
	padding:36px 0 0 0;
}

#client-image {
	float:left;
	padding:0 20px 26px 0;
}
	#client-image img {
		border:6px solid #e8e8e8;
	}

#details {
	padding-top:6px;
}

#footer {
	padding-top:36px;
}
	#footer p {
		border-top:3px solid #666;
		padding:10px 6px;
	}

/* Hide Useless Stuff */
hr,
#tools,
#site-tools,
#user-panel,
#navigation,
#extra-navigation,
p.back-link {
	display:none;
}