@charset "UTF-8";
/* CSS Reset Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Default styles | Always used*/
.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; display:block;}
a img{ border:none; }
/*typography*/
html { font: 100%/1.5 "Lucida Grande", Verdana, sans-serif; }
/* setup padding */
p,ul,ol,blockquote,h1,h2,h3,h4,h5,h6,form{
padding:0 1.2em;/*this will be reset below*/
}
a {
	text-decoration: none;
	border-bottom:1px solid #999;
	color: #ccc;
	}
a:link {
	}
a:visited {
	color:#999;
	border-bottom:1px solid #d9d9d9;
	}
a:active {
	}
a:hover {
	color:#a9a9a9;
	}
h1 {
	color:#bcbdc0;
	font-size: 2.0em;
	font-weight: normal;
	margin: 1.2em 0em 0.4em 0em;
padding:0 0.5em;
	}
h2 {
	color:#bcbdc0;
	font-size: 1.7em;
	margin: 1em 0em 0.4em 0em;
	font-weight: normal;
        padding:0 0.7em;
	}
h3 {
	color:#bcbdc0;
	font-size: 1.4em;
	margin: 1em 0em 0.4em 0em;
	font-weight: normal;
        padding:0 0.85em;
	}
h4 {
	color:#bcbdc0;
	font-size: 1.2em;
	margin: 1em 0em 0.2em 0em;
	font-weight: bold;
        padding:0 1em;
	}
h5 {
	color:#bcbdc0;
	font-size: 1.0em;
	margin: 1em 0em 0.2em 0em;
	font-weight: bold;
        padding:0 1.2em;
	}
h6 {
	color:#bcbdc0;
	font-size: 0.8em;
	margin: 0.2em 0em 1em 0em;
	font-weight: bold;
        padding:0 1.5em;
	}
h1 a, h2 a, h3 a,h4 a, h5 a,h6 a{
color:#bcbdc0;
}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	list-style-position:outside;
	}
ul li, ol li{
margin:0.2em 0em 0.1em 1em;
}
ul li{
list-style-type:circle;
}
ol li{
list-style-type:decimal;
}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0em 0em 1.2em 0.3em;
	}
li > p {
	margin-top: 0.2em;
	}
q,blockquote
{
	quotes:"\201C""\201D""\2018""\2019";
}
blockquote{
	padding-left:2.2em;
	color:#333;
}
blockquote > *:first-child:before
{
	content:"\201C";
	font-size:1.2em;
	margin-left:-.5em;
	font-family:georgia,serif;
	padding-right:.2em;
	color:#aaa;
	line-height:0;
}
sub,sup
{
	vertical-align:baseline;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
hr {
	border:none; border-bottom:1px solid #d9d9d9;
	}
fieldset{
	border:1px solid #d9d9d9;
	}