#left-column,
#right-column,
#site-links,
#search,
#user-info,
#top-links,
#industry-links,
#subscriptions,
#footer .vcard,
#footer ul {
display: none;
}

body {
font-family: Arial, Helvetica, sans-serif;
}

/*
#site-logo {
display: none;
}

#print-logo {
float: none;
display: block;
clear: both;
width: 106.6pt;
height: 24pt;
}
*/

#main-column #breadcrumbs {
margin: 9pt 0;
}
#main-column #breadcrumbs li {
margin: 0;
display: inline;
}

#breadcrumbs {
padding-left: 1em;
text-indent: -1em;
}

#breadcrumbs li a ,
#breadcrumbs li:last-child {
white-space: nowrap;
}

#main-column #breadcrumbs li:before {
content: ' > ';
}
#main-column #breadcrumbs li:first-child:before {
content: '';
}

#main-column {
width: 350pt;
float: none;
margin: 0 auto;
}

.main-content p,
.main-content ul,
.main-content ol,
.main-content dl {
font-size: 10pt;
line-height: 12pt;
margin: 10pt 0;
color: black;
}


.main-content ul {
list-style-type: disc;
}
.main-content ul ul{
margin-top: 0;
margin-bottom: 0;
list-style-type: circle;
}
.main-content ul ul ul{
list-style-type: square;
}
.main-content ol {
list-style-type: decimal;
}
.main-content ol ol {
margin-top: 0;
margin-bottom: 0;
list-style-type: lower-alpha;
}
.main-content ul,
.main-content ol{
list-style-position: outside;
margin-left: 2em;
}


.main-content h1 {
font-size: 18pt;
line-height: 22pt;
font-weight: bold;
}

.main-content h2{
font-size: 16pt;
line-height: 20pt;
font-weight: bold;
}

.main-content h3 {
font-size: 14pt;
line-height: 18pt;
font-weight: bold;
}

.main-content h4 {
font-size: 12pt;
line-height: 15pt;
font-weight: bold;
font-style: italic;
}

.main-content h5 {
font-size: 11pt;
line-height: 14pt;
font-weight: bold;
font-style: italic;
}

.main-content h6 {
font-size: 10pt;
line-height: 12pt;
font-weight: bold;
}

#footer {
border-top: 0.1pt solid black;
padding-top: 9pt;
text-align: center;
}

.main-content table {
margin: 12pt 0;
font-size: 10pt;
line-height: 12pt;
display: block;
}
.main-content table td,
.main-content table th {
padding: 6pt;
}

.main-content table.two-column td:first-child,
.main-content table.two-column th:first-child {
text-align: right;
border-right: 0.1pt solid #ccc;
}
.main-content table.two-column td:last-child,
.main-content table.two-column th:last-child {
text-align: left;
}

a {
text-decoration: none;
}

