/* ======================================== CSS Styles for p_default ======================================== */ Body { background-color: #FFFFFF; font-family: Arial; font-size: Small; color: Black; text-indent: 15pt; } .TopHeadBg { background-color: #006785; font-family: Arial; font-size: Small; font-weight: Arial; color: #FFFFFF; } .HeadBg { background-color: #88A7B0; font-family: Arial; } .SiteTitle { font-family: Arial; font-size: 15px; font-weight: bold; color: white; } .TabsPanelBg { background-color: #006785; } .TabBg { background-color: #006785; border-color: #006785; } .OtherTabsBg { background-color: #006785; border-color: #006785; } .SelectedTab { font-family: Arial; font-size: 11px; font-weight: bold; color: #FFFFFF; } .OtherTabs { font-family: Arial; font-size: 11px; font-weight: bold; color: #CCCCC; text-decoration: none; } .HeadingsPanelBg { background-color: #88A7B0; } .HeadingBg { background-color: #88A7B0; border-color: #88A7B0; } .OtherHeadingsBg { background-color: #88A7B0; border-color: #88A7B0; } .SelectedHeading { font-family: Arial; font-size: 12px; font-weight: bold; color: #006785; } .OtherHeadings { font-family: Arial; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none; } .FoldersPanelBg { background-color: #006785; } .FolderBg { background-color: #006785; border-color: #FFFFFF; } .OtherFoldersBg { background-color: #006785; border-color: #FFFFFF; } .SelectedFolder { background-color: #006785; font-family: Arial; font-size: 11px; font-weight: bold; color: #88A7B0; } .OtherFolders { font-family: Arial; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; } .ContentPanel { background-color: #FFFFFF; } .RightPanel { background-color: #FFFFFF; } a:link.OtherTabs { color: white; text-decoration: none; } a:visited.OtherTabs { color: white; text-decoration: none; } a:active.OtherTabs { color: #FF9933; text-decoration: none; } a:hover.OtherTabs { color: red; text-decoration: underline; } a:link.OtherHeadings { color: white; text-decoration: none; } a:visited.OtherHeadings { color: white; text-decoration: none; } a:active.OtherHeadings { text-decoration: none; color: red; } a:hover.OtherHeadings { color: red; text-decoration: underline; } a:link.OtherFolders { color: white; text-decoration: none; } a:visited.OtherFolders { color: white; text-decoration: none; } a:active.OtherFolders { color: red; text-decoration: none; } a:hover.OtherFolders { color: red; text-decoration: underline; } .SiteLink { font-size: 11px; font-weight: bold; } a:link.SiteLink { color: white; text-decoration: none; } a:visited.SiteLink { color: #eeeeee; text-decoration: none; } a:active.SiteLink { color: #eeeeee; text-decoration: none; } a:hover.SiteLink { color: white; text-decoration: underline; } .Accent { font-weight: bold; color: white; } .Message { background-color: #eeeeee; font-family: Arial; font-size: 11px; font-weight: normal; } .ItemTitle { font-family: Arial; font-size: 11px; font-weight: bold; color: #006785; } .Head { font-family: Arial; font-size: 16px; font-weight: bold; color: #006785; text-indent: 15pt; } .SubHead { font-family: Arial; font-size: 11px; font-weight: bold; color: #88A7B0; } .SubSubHead { font-family: Arial; font-size: 11px; font-weight: bold; color: black; } .Normal { font-family: Arial; font-size: 10px; font-weight: normal; line-height: 12px; } .NormalTextBox { font-family: Arial; font-size: 12px; font-weight: normal; } .NormalRed { font-family: Arial; font-size: 11px; font-weight: bold; color: red; } .NormalBold { font-family: Arial; font-size: 11px; font-weight: bold; } .CommandButton { font-family: Arial; font-size: 11px; font-weight: normal; } a:link.CommandButton { color: darkred; text-decoration: underline; } a:visited.CommandButton { color: darkred; text-decoration: underline; } a:active.CommandButton { color: darkred; text-decoration: underline; } a:hover.CommandButton { color: red; text-decoration: underline; } H1 { font-family: Arial; font-size: 20px; font-weight: normal; color: #006785; } H2 { font-family: Arial; font-size: 20px; font-weight: normal; color: #006785; } H3 { font-family: Arial; font-size: 12px; font-weight: normal; color: darkred; } H4 { font-family: Arial; font-size: 12px; font-weight: normal; color: darkred; } H5, DT { font-family: Arial; font-size: 11px; font-weight: bold; color: darkred; } H6 { font-family: Arial; font-size: 11px; font-weight: bold; color: darkred; } TFOOT, THEAD { font-family: Arial; font-size: 12px; color: darkred; } TH { font-family: Arial; font-size: 12px; font-weight: bold; color: darkred; } A:link { color: darkred; text-decoration: none; } A:visited { color: darkred; text-decoration: none; } A:active { color: darkred; text-decoration: none; } A:hover { color: red; text-decoration: underline; } SMALL { font-size: 10px; } BIG { font-size: 14px; } BLOCKQUOTE, PRE { font-family: Arial; } UL LI { list-style-type: square; } UL LI LI { list-style-type: disc; } UL LI LI LI { list-style-type: circle; } OL LI { list-style-type: decimal; } OL OL LI { list-style-type: lower-alpha; } OL OL OL LI { list-style-type: lower-roman; } HR { color: #006785; text-align: left; }