body {
	margin:0;
	color:#000;
	font:12px/18px Arial, Verdana, Tahoma, sans-serif;
}
img { border-style:none;}
a {
	color:#311b0e;
	text-decoration:none;
}
a:hover { text-decoration:underline;}
/* Utility bar */
.utility-bar-holder { display:none;}
/* Page size */
.page {
	width:576px;
	margin:0 auto;
	position:relative;
	padding:100px 0 0;
	overflow:hidden;
}
* html .page { padding:0;}
* html #header-holder { display:none;}
#header-holder {
	position:absolute;
	top:0;
	width:576px;
	left:0;
	height:100px;
}
/* Header */
#header {
	height:100px;
	background:#f9f9f9;
	width:576px;
}
/* Logotype */
#header .logo a { display:none;}
#header .logo-print {
	position:absolute;
	top:22px;
	background:url(/static/images/bg-logo-print.gif) no-repeat;
	left:4px;
	height:35px;
	width:241px;
}
#header blockquote { display:none;}
/* Menu */
.main-menu { display:none;}
/* Main */
.main {
	width:576px;
}
* html .main { margin:-85px 0 0;}

.main .logo-print { display:none;}
* html .main .logo-print { display:block;}
.main h1 {
	margin:0;
	padding:20px 0 0;
	font-size:36px;
	line-height:40px;
}
/* Breadcrumbs */
.breadcrumbs { display:none;}
/* Tools */
.tools { display:none;}
/* Content */
#content { width:576px;}
/* Blockquote */
.blockquote {
	margin:13px 0 0;
	border:1px solid #ececec;
	padding:15px 15px 15px 19px;
	background:#f9f9f9;
}
.blockquote p { margin:0;}
/* Sidebar */
#sidebar { display:none;}
/* Interior page */
.interior-page #content p { margin:0;}
.interior-page #content p a { color:#f00;}
.interior-page .main #content h2 {
	font-size:24px;
	line-height:28px;
	margin:11px 0 16px;
}
.interior-page .main #content h3 {
	margin:12px 0 18px;
	font-size:18px;
	line-height:20px;
}
.interior-page #content .blockquote {
	font-style:italic;
	margin:13px 0 0;
	padding:10px;
}
.table-box {
	padding:0;
	margin:14px 0 0;
	width:576px;
	border-collapse:collapse;
	line-height:25px;
	background:#fff;
}
.table-box tr.odd { background:#f9f9f9;}
.table-box td {
	padding:0;
	margin:0;
	border:1px solid #ececec;
	padding-left:10px;
}
.table-box td.head {
	width:68px;
	padding:0;
	text-align:center;
	font-weight:bold;
	background:#f9f9f9;
}
.table-box tr.odd td.head { background:#f2f2f2;}
.right-img {
	float:right;
	border:1px solid #ececec;
	margin:20px 0 0;
}
.right-img img {
	display:block;
	border:4px solid #f9f9f9;
}
.interior-page #content h4 {
	margin:22px 0 0;
	font-weight:normal;
	font-size:1.31em;
	line-height:1.12em;
}
.interior-page #content ul {
	margin:0;
	padding:20px 0 0 11px;
	list-style:none;
}
.interior-page #content ul li {
	background:url(/static/images/bullet.gif) no-repeat 0 8px;
	padding-left:14px;
}
.interior-page #content h5 {
	margin:15px 0 0;
	font-size:14px;
	font-weight:normal;
}
.interior-page #content ol {
	margin:0;
	list-style:none;
	padding:15px 0 0;
}
.interior-page #content ol li { padding-left:8px;}
.interior-page #content h6 {
	margin:15px 0 17px;
	font-size:1em;
	font-weight:normal;
}
/* Footer */
#footer { display:none;}