@charset "utf-8";
/*
Copyright (c) 2009, Sanford, A Newell Rubbermaid Company. All rights reserved.
Code licensed under the BSD License:
http://www.prismacolor.com/css/license.txt

Author:			Draftfcb Chicago
Design:			suzanna.bierwirth@draftfcb.com
				brad.simpson@draftfcb.com
				kayu.tai@draftfcb.com
Development:	scott.boyce@draftfcb.com
				dennis.kim@draftfcb.com
*/

@page {
	size:8.5in 11in;
	margin:.75in
}

/* basic elements */

* {
	border:0;
}
body {
	color:#000; background:#fff;
	font-size:10pt; font-family:Arial, Helvetica, clean, sans-serif !important;
	line-height:1.5;
}
header,
footer,
section,
article,
aside,
hgroup {
	display:block;
}
input {
	color:#444;
	font-size:93%;
	line-height:1;
	padding:2px;
}
textarea,
select {
	color:#444;
	font-size:11pt;
	line-height:1.5;
}
pre,
blockquote {
	background:#f5f5f5;
	border:1px solid #ccc;
	border-width:1px 0;
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}
h1 {
	font-size:16pt;
	line-height:1.125;
}
h2 {
	font-size:14pt;
	line-height:1.286;
}
h3 {
	font-size:13pt;
	line-height:1.385;
}
h4 {
	font-size:13pt;
	line-height:1.385;
}
h5 {
	font-size:13pt;
	line-height:1.385;
}
h6 {
	font-size:13pt;
	line-height:1.385;
}
ul,
ol,
dl,
quote,
code,
fieldset {
	font-size:11pt;
	line-height:1.5;
	margin:0 0 1.5em 0;
	padding:0;
}
ul ul,
ul ul ul,
ul p,
ol ol,
ol ol ol,
ol p,
ol ul,
ol ul ol,
ol ul ul,
ul ol,
ul ol ul,
ul ol ol,
ul dl,
dl ul,
dl ol,
dl p {
		font-size:12pt;
}
p {
	font-size:11pt;
	line-height:1.5;
	margin:0 0 1.5em 0;
	padding:0;
}
em,
cite {
	font-style:italic;
}
strong {
	font-weight:bold;
}
acronym,
abbr,
dfn {
	border-bottom:1pt dotted #ddd;
}
dfn {
	font-style:normal;
}
a,
a acronym,
a abbr,
a dfn {
}
label,
label acronym,
label abbr {
}
kbd,
var,
pre,
code,
tt {
	font-family:Courier, 'Courier New', monospace !important;
}
pre,
blockquote {
	margin:0 0 1.5em 0;
	padding:.5em;
}
pre {
	font-size:11pt;
}
ul pre,
ul blockquote,
ol pre,
ol blockquote {
	font-size:100%;
}
blockquote p,
blockquote ul,
blockquote ol,
blockquote dl,
blockquote dd {
	margin-bottom:0;
}
blockquote cite {
	display:block;
	text-align:right;
}
p,
ul,
ol,
dl {
	margin-bottom:1.5em;
}
ol,
ul,
dl {
	padding-left:1.5em; /* LTR */
}
dl dd {
	margin-left:1em; /* LTR */
}
ul dl {
	padding-left:0;
}
li ul,
li ol,
li dl,
li p {
		margin:0;
	}
ol li {
	list-style:decimal outside;	
}
	ol ol li {
		list-style:upper-alpha outside;
	}
	ol ol ol li {
		list-style:lower-roman outside;
	}
ul li {
	list-style:disc outside;
}
	ul ul li {
		list-style:circle outside;
	}

	ul ul ul li {
		list-style:square outside;
	}
hr {
	background:#5294c1;
	border:none;
	height:1pt;
	margin:0;
	padding:0;
}
img,
a img {
	border:none;
}

/* page breakin' */

h1, h2, h3, h4, h5, h6, dt {
	page-break-after:avoid;
}

/* hide me! */

.skipnav,
nav,
footer,
.promotion {
	display:none !important;
}

/* show me! */

#wrapper {
	width:auto; 
	margin:0; padding:0; 
	border:0;
	float:none !important;
	background:none;
}
