/* Body fonts and margins */ body { background-color: #D9E6F2; font-family: Arial, Helvetica; color: #2E2E8A; font-size: 10pt; margin: 0px; padding: 0px; } /* Navigation line */ td.navigationline { background-color: #E4CCB4; border-right: 1px solid #578CC1; } /* Page link color and style */ a.pagelink, a.subpagelink, a.endpagelink { color: #eb3780; } /* Page link hover color and style */ a.pagelink:hover, a.subpagelink:hover, a.endpagelink:hover { color: #eb3780; } /* Page link selected color and style */ a.sel_pagelink, a.sel_subpagelink, a.sel_endpagelink { color: #eb3780; } /* Page link color and style */ a.headpagelink, a.headsubpagelink, a.headendpagelink { color: #2E2E8A; text-decoration: none; } /* Page link hover color and style */ a.headpagelink:hover, a.headsubpagelink:hover, a.headendpagelink:hover { color: #E4CCB4; text-decoration: none; } /* Page link selected color and style */ a.sel_headpagelink, a.sel_headsubpagelink, a.sel_headendpagelink { color: #578CC1; text-decoration: none; } /* Small font */ .small { font-size: 8pt; clear: both; } .bold { font-weight: bold; } .italic { font-style: italic; } /* Section header style */ .sectionheader { color: #578CC1; font-weight: bold; background-color: #D9E6F2; border: 1px solid #2E2E8A; text-align: center; padding: 1px; } /* Block widths */ .block1 { width: 100%; } .block2 { width: 50%; } .block3 { width: 33%; } .block4 { width: 25%; } .block5 { width: 20%; } /* Outline around headers */ div.outline { background-color: #578CC1; border: 1px solid #578CC1; color: #D9E6F2; font-weight: bold; text-align: center; } /* Outline around pages within headers */ div.inline { background-color: #D9E6F2; text-align: left; font-weight: normal; padding: 3px; } /* Pad the top */ .padtop { padding-top: 20px; }