/*  Cascading Style Sheet for the Image Map with Simple Outline HTML export */

/* default font and size */
body { margin-left: 10%; margin-right: 10%; font-family: Verdana, Sans-Serif; font-size: 8pt; margin-bottom: 0em } 

:link    { color: rgb(0,0,255)  } /* for unvisited links */
:visited { color: rgb(128,0,128) } /* for visited links */
:active  { color: rgb(255,0,0) } /* when link is clicked */

a:hover   { color: rgb(255,0,0) } /* when mouse is over link */

.imagemapSection { background-color: #ffffff }

.message { text-align: center; font-size: 10pt; margin-top: 1em; margin-bottom: 0.5em; margin-left: 20px; margin-right: 20px; border: 1px solid #000000; background-color: #eeeeee; }

.tableOfContents { margin-top: 0.5em; margin-bottom: 0.5em }
.tocLevel1 { margin-left:  2em;}
.tocLevel2 { margin-left:  4em }
.tocLevel3 { margin-left:  6em }
.tocLevel4 { margin-left:  8em }
.tocLevel5 { margin-left: 10em }
.tocLevelx { margin-left: 12em }

.centralTopic { font-size: 12pt; font-weight: bold; margin-bottom: 0.2em; border-top: 2px solid #000000; margin-top: 10px; padding-top: 10px; }	
.mainTopic    { font-size:  12pt; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em }
.subtopic     { font-size:  8pt; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em; padding-left: 2em }
.notes        { font-size:  8pt; margin-bottom: 4em }

.topicRule { margin-top: 0em }

.relatedItems          { margin-top: 1em }
.relatedItemsHeader    { font-size:  7pt; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em }
.relatedItemHyperlinks { margin-bottom: 1em }
.hyperlink             { font-size:  7pt; margin-bottom: 1em }

.footer            { margin-top: 2em }
.footerTable       { width: 100% }
.footerText        { }
.footerTop         { padding-top: 15px; padding-bottom: 15px }
.footerLastUpdated { }
