.document
{
	width: 954px;
}

.toc
{
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #747474;
	text-align: left;
	white-space: nowrap;
}	

.toc.wrap
{
	white-space: normal;
}

.toc a
{
	text-decoration: none;
	color: #0054A8;
}

.toc a:hover
{
	text-decoration: underline;
}

.content
{
	margin: 60px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #747474;
	text-align: justify;
}

.document .links 
{
	text-align: right;
	padding-bottom: 40px;
}

.document .links a
{
	text-decoration: none;
	color: white;
	text-shadow: 0px 1px 1px #333;
}

.document .links a:hover
{
	text-decoration: underline;
}

h1
{
	padding-top: 4px;
	font-size: 32px;
	color: white;
	text-align: right;

	font-weight: normal;
	text-shadow: 0px 2px 2px #333;
	letter-spacing: -2px;
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica", "Arial", sans-serif;
}

h2
{
	font-size: 24px;
	font-weight: bold;
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica", "Arial", sans-serif;
	color: #666;
}

h3
{
	font-size: 18px;
	font-weight: bold;
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica", "Arial", sans-serif;
	color: #666;
}

h4
{
	font-size: 18px;
	font-weight: bold;
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica", "Arial", sans-serif;
	color: #666;
}

h5
{
	font-size: 18px;
	font-weight: bold;
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica", "Arial", sans-serif;
	color: #666;
}

.header 
{
	position: relative;
	background-image: none;
}

.content p a
{
	text-decoration: none;
	color: #0054A8;
}

.content p a:hover
{
	text-decoration: underline;
}

.indent
{
	padding-left: 24px;
}

.indent2
{
	padding-left: 60px;
}

.band_shadow_bottom
{
	top: 152px;
	pointer-events: none;
}

.band_static
{
	height: 126px;
}

@media print
{
	.toc, h1, h2, h3, h4, .content
	{
		color: black;
	}
	.pagebreak
	{
		display: block;
		position: relative;
		page-break-before: always;
	}
	h1
	{
		text-shadow: none;
	}
	.image_width
	{
		display: block;
	}
	.band_static, .band_shadow_bottom, .band_shadow_top, .document .links, .footer, .noprint
	{
		display: none;
	}
}

