<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { background-color: #ffffff; font-family: Arial, Helvetica, Geneva, Veranda, sans-serif; color: #000000; }
.main { width: 900px; margin-left: auto; margin-right: auto; vertical-align: top; border: 1px solid #656565; }
.form_container { width: 95%; margin: 24px auto 24px auto; text-align: left; }

/* Form Headings */
.heading_large { font-size: 16px; margin-top: auto; margin-bottom: 14px; font-weight: 600; }
.heading_medium { font-size: 14px; margin-top: 7px; margin-bottom: 14px; font-weight: 600; }
.heading_small { font-size: 12px; font-weight: 600; }
.form_heading_underline { width: 100%; border-top: 1px solid #000000; }
.form_comment { font-size: 12px; font-weight: 400;}

/* Form Fields &amp; Labels */
.fieldset { width: 95%; margin: 0px auto 0px auto; padding: 10px 14px 10px 14px; text-align: left; border: none; position: relative; clear: both; background-color: #ebebed; }
.input_label, .input_label_inline { width: 175px; line-height: 22px; font-size: 12px; font-weight: 500; border: 1px none #000000; }
.input_label_inline { position: relative; float: left; }
.input_field, .input_field_inline { font-size: 12px; line-height: 22px; font-weight: 500; /* border: 1px none #abcdef; */ }
.input_field_inline { position: relative; float: left; }
.input_field_error { font-size: 12px; font-weight: 500; background-color: red; }

/* Display Labels and Fields */
.fieldset_display { width: 96%; margin: 0px auto 0px auto; padding: 3px 0px 3px 14px; text-align: left; border: none; position: relative; clear: both; background-color: #ebebed; }
.display_label, .display_label_inline { width: 175px; line-height: 15px; font-size: 12px; font-weight: 600; }
.display_label_inline { position: relative; float: left; }
.display_field, .display_field_inline { font-size: 12px; line-height: 15px; font-weight: 500;}
.display_field_inline { position: relative; float: left; }

/* Prev Education Table */
.prev_edu_heading { height: 22px; line-height: 22px; font-size: 12px; color: #f9f9f9; font-weight: 500; background-color: #696969; position: relative; float: left; }
.prev_edu_row { height: 22px; line-height: 22px; font-size: 12px; color: #696969; font-weight: 300; background-color: #f9f9f9; position: relative; float: left; }

/* Buttons */
.bottom_button_container { width: 100%; margin: 32px auto 16px auto; text-align: center; }
.button_comment { margin-top: 9px; font-size: 10px; color: #3c3c3c; }
.button { padding: 2px 6px 2px 6px; background-color: #f7f7f7; border: 1px solid #696969; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #303030; }
.button:hover { background-color: #efefef; }

/* Alert Items */
.alert          { font-size: 12px; font-weight: bold; background-color: #ffb6be; color: #ff1d1d; color: black; }
.text_field_error { background-color: #ff999f; font-size: 11px; color: #000000; }

/* links */
a { line-height: 16px; font-size: 11px; font-weight: 400; color: #393939; text-decoration: none; position: relative; top: -1px;}
a:hover { color: #818181; }

a IMG { border: none; text-decoration: none; }
a:hover IMG { border: none; text-decoration: none; filter: alpha(opacity=85); opacity: 0.85; -moz-opacity: 0.85; }</pre></body></html>