@charset "utf-8";

/*************************************************************************/
/* =reset */
/*************************************************************************/

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,
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;
}

:focus {
   outline: 0;
}

body {
   line-height: 1;
   color: black;
   background: white;
}

ol,
ul {
   list-style: none;
}

table {
   border-collapse: separate;
   border-spacing: 0;
}

caption,
th,
td {
   text-align: left;
   font-weight: normal;
}

html[xmlns^="http"] {
   overflow-y:scroll;
}

/*************************************************************************/
/* =print */
/*************************************************************************/

@media print {

body {
   width: 100% !important;
   margin: 0 !important;
   padding: 0 !important;
   background: white;
   font:normal 9pt/14pt Arial, Helvetica, sans-serif;
   color: #000000;
}

h1.branding a {
   font:normal 18pt/18pt Arial, Helvetica, sans-serif;
   color: #666666 !important;
   text-indent: 0;
   text-decoration: none;
   line-height: 20pt;
   margin: 0 0 45pt 0;
   display: block;
}

blockquote.claim {
   font:bold 11pt/14pt Arial, Helvetica, sans-serif;
   color: #999999;
}

blockquote.claim,
blockquote.claim p {
   margin: 0;
   padding: 0;
   width: auto;
   display: block;
   text-indent: 0;
}

h1, h2, h3, h4, h5, h6 {
   color: #000000;
		margin:20px 5px;
}

h1 {
   font-size: 16pt;
	padding-bottom:16pt;

}

h2 {
   font-size: 15pt;
}

h3 {
   font-size: 14pt;
}

h4 {
   font-size: 13pt;
}

h5 {
   font-size: 12pt;
}

h6 {
   font-size: 11pt;
}

ol, ul, li {
   font-size: 11pt;
   line-height: 1.4;
   color:#333333;
}

hr {
	background-color: #ccc;
	margin: 0 0 25pt 0;
}

p {
   font-size: 11pt;
   line-height: 1.5;
   margin: 0 0 1.1em 0;
   color:#333333;
	margin-bottom:10px;
}

a, a:visited, a:hover, a:visited:hover {
   background: transparent;
   text-decoration: underline;
   color:#000000;
}

a:link, a:visited {
   background: transparent;
   text-decoration: underline;
   color: black !important;
}

a img {border: none;}

abbr[title]:after,
acronym[title]:after {
   content: '(' attr(title) ')';
   background-color: inherit;
   color: #666666;
   font-style: italic;
}

img {
   margin: 0 1.5em 1.5em 0 !important;
   padding:3px !important;
   border: 1px solid #cccccc !important;
}

#container {
   margin: 0 5% 0 5% !important;
}

#navi,
#top-navi,
#content-sidebar,
form {
    display:none;
}

#content-container {
   margin: 0 0 25pt 0 !important;
   padding: 0 0 25pt 0 !important;
}

#footer {
display:none;
float:left;
}

.column-left, .column-right {
float:left;
}

.column-left {
padding-left:0px !important;
}

.slideshow {
	display:none;
	}

li {
padding:0.4em;
}

ul {
padding-bottom:1em;
}
}