@charset "utf-8";
/* CSS Document */
body { background: #fff; }
#article-header { background-color: #14232A; color: #fff; padding: 10px 10px 30px 10px; height: 20px;}
#article-header a:link, #article-header a:visited { color: #fff; text-decoration: none; }
#article-header a:hover, #article-header a:active { color: #fff; text-decoration: underline; }

#article-content { padding: 0 10px 20px 10px; }
#article-content h2 { font-weight: bolder; }
#article-content h4 { color: #666; }
#article-content p.article { margin-bottom: 1em; }
#article-content li { margin-bottom: .5em; }
#article-content th { font-weight: bold; }
.disclaimer { font-size: 9px; color:#999; }

