.SectionHeader { color: white; font-weight: bold; background-color: SlateBlue; } .SectionContent { border-top: 1px solid LightSkyBlue; } .FormNotes { font-style: italic; font-weight: normal; font-size: 12px; color: DarkSlateBlue; } .FormNotesBold { font-style: italic; font-weight: bold; font-size: 12px; color: DarkSlateBlue; } .FieldLabel { color: DarkSlateBlue; font-weight: bold; } .InnerTable { width: 100%; } .InnerTable TD{ padding: 2px; } .OuterTable { background-color: LightCyan; border: 1px solid LightSkyBlue; } .OuterTable TD{ padding: 2px; }