<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #999999;
}

body {
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #29343D;
    background-image: url( '../images/newlook/back.png' );
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
    position: absolute;
}

table {
    font-size: inherit;
    color: inherit;
    background-color: Transparent;
}

#Main {
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: static;
    height: 100%;
    background-color: Transparent;
    min-width: 900px;
    font-size: 12px;
    color: #29343D;
}

#LoginPage {
    width: 300px;
    border-right: #4682B4 thin solid;
    border-top: #4682B4 thin solid;
    border-left: #4682B4 thin solid;
    border-bottom: #4682B4 thin solid;
}

#Header {
    min-height: 60px;
    position: relative;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 10px 10px 0px 10px;
    min-width: 750px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

#MasterPageSpacer {
    height: 25px;
}

.HeaderText {
    font: 8pt tahoma;
    color: #29343D;
}


.TopicHeader {
    width: 759px; /*height: 15px;*/
    background-image: url( '../images/mItemBack.gif' );
    text-align: left;
    vertical-align: middle;
    color: White;
    position: static;
    margin: 15px auto 0px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

.TopicHeaderText {
    text-align: left;
    color: White;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial,Helvetica, Sans-Serif;
}

.TopicContent {
    display: inline-block;
    white-space: nowrap;
    width: 767px;
    background-color: #D8E2FF; /*#D8E2FF;*/
    border-right: #3E5496 1px solid; /*border-top: #4682B4 1px solid;*/
    border-left: #3E5496 1px solid;
    border-bottom: #3E5496 1px solid;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0px auto;
    padding-bottom: 7px;
    padding-top: 7px;
}

.TopicContent_White {
    display: inline-block;
    white-space: nowrap;
    width: 767px;
    background-color: white;
    border-right: #4682B4 1px solid; /*border-top: #4682B4 1px solid;*/
    border-left: #4682B4 1px solid;
    border-bottom: #4682B4 1px solid;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0px auto;
    padding-bottom: 7px;
    padding-top: 7px;
}

.ContentHeader {
    border-right: #8C8C8C 1px solid;
    border-left: #8C8C8C 1px solid;
    height: 20px;
    font-size: 11px;
    background-image: url( '../images/rpHeaderContent.png' );
    text-align: left;
    vertical-align: middle;
    color: black; /*position: static;*/
    margin: 7px 5px 0px 5px; /*margin-top: 7px; 	margin-left: 5px; 	margin-right: 5px;*/
    padding: 5px 5px 5px 5px; /*border-right: #5176B5 1px solid; 	border-left: #5176B5 1px solid; 	border-top: #5176B5 1px solid;*/
}

.ContentHeaderLeft {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 20px;
    width: 110px;
    white-space: nowrap;
}

.ContentHeaderLeftWide {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 20px;
    width: 300px;
    white-space: nowrap;
}

.RolodexContentPanel {
    text-align: left;
    background-color: #EEF2F7;
    margin-bottom: 7px;
    margin-left: 4px;
    margin-right: 5px;
    color: Black;
    padding: 5px;
    border-right: #5176B5 1px solid;
    border-left: #5176B5 1px solid;
    width: 340px;
    border-bottom: #5176B5 1px solid;
}

.ContentPanelHide {
    background-color: #EEF2F7;
    margin-left: 5px;
    margin-right: 5px;
    color: Black;
    border-right: #5176B5 1px solid;
    border-left: #5176B5 1px solid;
    border-bottom: #5176B5 1px solid;
    z-index: 99999;
    visibility: hidden;
    height: 0px;
}

.ContentPanel_White {
    background-color: white;
    margin-bottom: 7px;
    margin-left: 5px;
    margin-right: 5px;
    color: Black;
    padding: 5px;
    border-right: #8C8C8C 1px solid;
    border-left: #8C8C8C 1px solid;
    border-bottom: #8C8C8C 1px solid;
    z-index: 99999;
}

.ContentPanel {
    background-color: #f9f9f9;
    margin-bottom: 7px;
    margin-left: 5px;
    margin-right: 5px;
    color: Black;
    padding: 5px;
    border-right: #8C8C8C 1px solid;
    border-left: #8C8C8C 1px solid;
    border-bottom: #8C8C8C 1px solid;
    z-index: 99999;
    font-size: 11px;
}

#VerticalSpacer {
    height: 40px;
}

.PanelError {
    border-right: maroon 1px solid;
    border-top: maroon 1px solid;
    border-left: maroon 1px solid;
    border-bottom: maroon 1px solid;
    text-align: center;
    background-color: #F4E7EA;
    color: Maroon;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.TextBox {
    border-right: #9F9F9F 1px solid;
    border-top: #9F9F9F 1px solid;
    border-left: #9F9F9F 1px solid;
    border-bottom: #9F9F9F 1px solid;
    text-align: left;
}


.TimeOutShow {
    margin: 7px;
    border-right: maroon thin solid;
    border-top: maroon thin solid;
    border-left: maroon thin solid;
    border-bottom: maroon thin solid;
    text-align: center;
    background-color: #F4E7EA;
    color: Maroon;
    padding: 10px;
}

.TimeOutHide {
    margin: 7px;
    border-right: maroon thin solid;
    border-top: maroon thin solid;
    border-left: maroon thin solid;
    border-bottom: maroon thin solid;
    text-align: center;
    background-color: #F4E7EA;
    color: Maroon;
    padding: 10px;
    visibility: hidden;
    display: none;
}

.ModalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#SettingsInfo {
    white-space: nowrap;
    width: 450px;
    background-color: #E3E9FB;
    border-right: #4682B4 1px solid;
    border-top: #4682B4 1px solid;
    border-left: #4682B4 1px solid;
    border-bottom: #4682B4 1px solid;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
}

.CreditCardLeft {
    white-space: nowrap;
    text-align: right;
    width: 75px;
    padding-right: 5px;
}

.SettingsLeft {
    white-space: nowrap;
    text-align: left;
    width: 150px;
}

.SettingsLeftIndent {
    white-space: nowrap;
    text-align: left;
    width: 150px;
    padding-left: 20px;
}

.SettingsInfoTextBox {
    border-right: #4682B4 1px solid;
    border-top: #4682B4 1px solid;
    border-left: #4682B4 1px solid;
    border-bottom: #4682B4 1px solid;
    text-align: left;
    background-color: white;
}


.SettingsInfoTable {
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
    height: 100%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.CreditCardInfoTable {
    margin: 0px;
    text-align: left;
    width: 100%;
    height: 100%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#CCEntryType {
    width: 40px;
}

#CCCVC {
    width: 60px;
}

#CreditCardInfoDiv {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#CreditCardRecentDiv {
    position: static;
    top: 0px;
    width: 300px;
    height: 200px;
    background-color: black;
}

#CreditCardContainer {
    width: auto;
}

.BlueLine {
    width: 100%;
    height: 2px;
    background-color: #4682B4;
}

.bluepsacer {
    width: 100%;
    height: 1px;
    background-color: #4682B4;
}

#NavLeft {
    text-align: left;
    float: left;
    width: 130px;
    height: 100%;
    background-color: Gray;
    margin: 5px;
    padding: 5px;
}

#NavRight {
    float: right;
    width: 250px;
    height: 100%;
    background-color: Gray;
    margin: 10px;
    padding: 5px;
}

.checkbox {
    margin: 0px;
    padding: 0px;
    height: 8px;
}

.btnProcess {
    background-image: url( '../images/silverbutton.png' );
    float: right;
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
    width: 150px;
    height: 17px;
    font-size: 6.5pt;
    cursor: hand;
    color: #3A4F6C;
}

.ContentHeaderLeft {
    height: 20px;
    width: 110px;
}

.ContentLeft {
    font-size: 12px;
    width: 108px;
    white-space: nowrap;
}

.ContentTextBox {
    font-size: 11px;
    width: 150px;
    background-color: #f5f5f5;
    border-right: #6A8AC1 1px solid;
    border-top: #6A8AC1 1px solid;
    border-left: #6A8AC1 1px solid;
    border-bottom: #6A8AC1 1px solid;
}

.ContentTextBox_Right {
    text-align: right;
    font-size: 11px;
    width: 150px;
    background-color: #f5f5f5;
    border-right: #6A8AC1 1px solid;
    border-top: #6A8AC1 1px solid;
    border-left: #6A8AC1 1px solid;
    border-bottom: #6A8AC1 1px solid;
}

.ContentLabel {
    font-size: 12px;
    width: 90px;
    white-space: nowrap;
    text-align: right;
    padding-right: 5px; /*vertical-align: bottom;*/
}

.hidden {
    width: 0px;
}

#1 {
    width: 30px;
    background-color: Aqua;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 30px;
    display: none;
    visibility: hidden;
}

.GrayButton {
    height: 22px;
    width: 55px;
    background-image: url( '../images/silverbutton.png' );
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: hand;
    color: Black;
}

.ButtonHide {
    background-image: url( '../images/silverbutton.png' );
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
    font-size: 6pt;
    font-family: Arial, Helvetica, sans-serif;
    cursor: hand;
    padding: 2px 3px 2px 3px;
    color: Black;
    visibility: hidden;
    display: none;
}

.Button {
    background-image: url( '../images/silverbutton.png' );
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
    font-size: 7pt;
    font-family: Arial, Helvetica, sans-serif;
    cursor: hand;
    color: Black;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 20px;
}

.ButtonPadLeft {
    margin-left: 5px;
    background-image: url( '../images/silverbutton.png' );
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
    font-size: 7pt;
    font-family: Arial, Helvetica, sans-serif;
    cursor: hand;
    color: Black;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 20px;
}

.ButtonPad {
    background-image: url( '../images/silverbutton.png' );
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
    font-size: 7pt;
    font-family: Arial, Helvetica, sans-serif;
    cursor: hand;
    color: Black;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    height: 20px;
}

.ButtonWhitePad {
    color: #000000;
    font-size: 7pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F5F5F5;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #B8B8B8;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    cursor: pointer;
    cursor: hand;
}

    .ButtonWhitePad:hover {
        color: #000000;
        font-size: 7pt;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #E9E9E9;
        text-align: center;
        vertical-align: middle;
        border: solid 1px #B8B8B8;
        padding-top: 1px;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 1px;
        cursor: pointer;
        cursor: hand;
    }

.ButtonPager {
    background-image: url( '../images/silverbutton.png' );
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
    font-size: 7pt;
    cursor: hand;
    color: #3A4F6C;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    height: 20px;
}

.ButtonConfirm {
    background-image: url( '../images/silverbutton.png' );
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
    font-size: 7pt;
    cursor: hand;
    color: Black;
    width: 45px;
    padding-top: 1px;
    padding-bottom: 1px;
    vertical-align: middle;
}

.DefaultItem {
    text-align: center;
    background-color: #DCDCDC;
    padding: 2px;
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
}

.ImageCollapseExpand {
    padding-top: 1px;
    height: 10px;
    width: 10px;
    cursor: hand;
}

/*--------------------------------------------------
* Text box style for different states
*---------------------------------------------------
*/
.Focused {
    background-color: #FFFFFF;
    font-style: italic;
    color: Gray;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    width: 150px;
    border-right: #3E5496 1px solid;
    border-top: #3E5496 1px solid;
    border-left: #3E5496 1px solid;
    border-bottom: #3E5496 1px solid;
    padding: 2px;
}

.Standard {
    background-color: White;
    color: Black;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    border-right: #9F9F9F 1px solid;
    border-top: #9F9F9F 1px solid;
    border-left: #9F9F9F 1px solid;
    border-bottom: #9F9F9F 1px solid;
    text-align: left;
    width: 150px;
    padding: 2px;
}

.Standard_Right {
    text-align: right;
    background-color: White;
    color: Black;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    border-right: #9F9F9F 1px solid;
    border-top: #9F9F9F 1px solid;
    border-left: #9F9F9F 1px solid;
    border-bottom: #9F9F9F 1px solid;
    width: 150px;
    padding: 2px;
}

.GrayBorder {
    border-right: #9F9F9F 1px solid;
    border-top: #9F9F9F 1px solid;
    border-left: #9F9F9F 1px solid;
    border-bottom: #9F9F9F 1px solid;
}

.Standard_Edit {
    background-color: White;
    color: Black;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    border-right: #9F9F9F 1px solid;
    border-top: #9F9F9F 1px solid;
    border-left: #9F9F9F 1px solid;
    border-bottom: #9F9F9F 1px solid;
    text-align: left;
    width: 150px;
    padding: 0px 2px 0px 2px;
}

.Required {
    color: black;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    width: 150px;
    border-right: #3E5496 1px solid;
    border-top: #3E5496 1px solid;
    border-left: #3E5496 1px solid;
    border-bottom: #3E5496 1px solid;
    padding: 2px;
}

.Active {
    font-style: italic;
    color: Gray;
    background-color: #ddeeff;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    width: 150px;
    border-right: #3E5496 1px solid;
    border-top: #3E5496 1px solid;
    border-left: #3E5496 1px solid;
    border-bottom: #3E5496 1px solid;
    padding: 2px;
}

.Error {
    background-color: #F4E7EA;
    font-size: 11px;
    color: #986265;
    width: 150px;
    font-family: Arial, Helvetica, sans-serif;
    border-right: #986265 1px solid;
    border-top: #986265 1px solid;
    border-left: #986265 1px solid;
    border-bottom: #986265 1px solid;
    padding: 2px;
}

.Approved {
    background-color: #E2FFE2;
    font-size: 11px;
    color: green;
    width: 150px;
    font-family: Arial, Helvetica, sans-serif;
    border-right: green 1px solid;
    border-top: green 1px solid;
    border-left: green 1px solid;
    border-bottom: green 1px solid;
    padding: 2px;
}

.Declined {
    background-color: #E2FFE2;
    font-size: 11px;
    color: red;
    width: 150px;
    font-family: Arial, Helvetica, sans-serif;
    border-right: green 1px solid;
    border-top: green 1px solid;
    border-left: green 1px solid;
    border-bottom: green 1px solid;
    padding: 2px;
}

.Default {
    font-size: 11px;
    background-color: #DCDCDC;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    width: 100%;
}

.Default_Right {
    text-align: right;
    font-size: 11px;
    background-color: #DCDCDC;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    width: 100%;
}

.WatermarkActive {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: silver;
    width: 150px;
    border-left: #9F9F9F 1px solid;
    border-right: #9F9F9F 1px solid;
    border-top: #9F9F9F 1px solid;
    border-bottom: #9F9F9F 1px solid;
    padding: 2px;
}

.Watermark {
    color: silver;
    border-right: #9F9F9F 1px solid;
    border-top: #9F9F9F 1px solid;
    border-left: #9F9F9F 1px solid;
    border-bottom: #9F9F9F 1px solid;
    text-align: left;
    padding: 2px;
}

.AccountLabel {
    width: 80px;
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
}

.Disabled {
    font-size: 11px;
    color: Gray;
    font-family: Arial, Helvetica, sans-serif;
    width: 150px;
    border-left: #9F9F9F 1px solid;
    border-right: #9F9F9F 1px solid;
    border-top: #9F9F9F 1px solid;
    border-bottom: #9F9F9F 1px solid;
    padding: 2px;
}

.Disabled_Input {
    font-size: 11px;
    color: Black;
    background-color: #E5E5E5;
    font-family: Arial, Helvetica, sans-serif;
    width: 150px;
    border-left: #9F9F9F 1px solid;
    border-right: #9F9F9F 1px solid;
    border-top: #9F9F9F 1px solid;
    border-bottom: #9F9F9F 1px solid;
    padding: 2px;
}

.Disabled_Right {
    text-align: right;
    font-size: 11px;
    color: Gray;
    font-family: Arial, Helvetica, sans-serif;
    width: 150px;
    border-left: #9F9F9F 1px solid;
    border-right: #9F9F9F 1px solid;
    border-top: #9F9F9F 1px solid;
    border-bottom: #9F9F9F 1px solid;
    padding: 2px;
}


span.Disabled {
    font-size: 11px;
    color: Gray;
    font-family: Arial, Helvetica, sans-serif;
    width: 150px;
    border-left: #9F9F9F 1px solid;
    border-right: #9F9F9F 1px solid;
    border-top: #9F9F9F 1px solid;
    border-bottom: #9F9F9F 1px solid;
    padding: 2px;
}

.Hidden {
    display: none;
}

.Search {
    cursor: hand;
    text-align: center;
}

.GridWrapper {
    padding: 5px;
    text-align: left;
    margin: 15px auto;
}

.GridTitleBar {
    background-image: url( '../App_Themes/Plastic Blue/Web/mItemBack.gif' );
    border: none 0px;
    font-weight: bold;
    font-size: 9pt;
    color: White;
    vertical-align: middle;
    min-width: 755px;
    padding: 3px 0px 2px 0px;
}

.GridHeader {
    text-decoration: none;
    cursor: hand;
    color: #3A4F6C;
    font-weight: bold;
}

.GridBorder {
    border-top: 2px solid silver;
}

.PagerUnderline {
    text-decoration: underline;
    cursor: hand;
    color: #3A4F6C;
}

.Pager {
    text-decoration: none;
    cursor: hand;
    color: #3A4F6C;
}

.TextCutOff {
    text-overflow: ellipsis;
}

.PadLeft2 {
    padding-left: 2px;
}

.PadLeft {
    padding-left: 5px;
}

.PadLeft10 {
    padding-left: 10px;
}

.PadBottom {
    padding-bottom: 1px;
}

.PadTop {
    padding-top: 2px;
}


.ProgressPanel {
    position: absolute;
    margin: auto;
    top: 40%;
    left: 45%;
    white-space: nowrap;
    text-align: center;
    padding: 12px 12px 12px 12px;
    background-color: #E3E3E1;
    border: solid 1px #D3D3D3;
    font: 9pt Tahoma;
    color: #303030;
    vertical-align: middle;
}

#ctl00_ContentPlaceHolder1_ASPxGridView1 {
    min-width: 755px;
}

.DetailHeader {
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #2e419f;
    text-align: left;
    padding: 2px;
    margin-top: 2px;
}

.DetailContent {
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px;
    text-align: left;
}

.DetailWrapper {
    margin: 10px 5px 10px 0px;
}

.DetailContentLeft {
    white-space: nowrap;
    text-align: left;
    padding-left: 5px;
    width: 90px;
}

.Settings {
    color: White;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

.Hand {
    cursor: pointer;
}

.Link {
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a.Link {
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

    a.Link:visited {
        color: White;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
    }

    a.Link:Link {
        color: White;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
    }

    a.Link:Hover {
        color: White;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: underline;
    }

.PageInfo {
    margin: 15px auto 0px;
}
/* NEW SECTION */
#div_Menu {
    clear: both;
    background-image: url( '../Images/NewLook/MenuGradient.png' );
    background-repeat: repeat-x;
    margin: 0px 10px;
    vertical-align: middle;
    min-width: 900px;
}

.LogOut {
    font: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #DDDDDD;
    cursor: pointer;
}

.TitleTextMaster {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #29343D;
}

.LinkButton {
    cursor: pointer;
    text-decoration: underline; /*font-weight: bold;*/
    font-size: 12px;
    font-weight: bold;
}

#StaticContentPlaceHolder {
    width: 900px;
    margin: auto;
    background-color: White;
    border: solid 1px #29343D;
}

#DynamicContentPlaceHolder {
    margin: auto 15px;
    background-color: White;
    border: solid 1px #29343D;
}

#ContentPageHeader {
    padding: 7px;
    background-color: #CCD6DD;
}

#ContentPageHeaderLeft {
    width: 250px;
}

#ContentPageHeaderRight {
    width: 250px;
}

#ContentPageHeaderTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #29343D;
}

#ContentPageFooter {
    padding: 6px;
    background-color: #CCD6DD;
    margin: 0px;
}


.PageHeaderTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #29343D;
}

.ContentTopicHeader {
    /*padding: 5px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    background-color: #CCD6DD;
    color: #29343D;
    font-weight: bold;
}

.ContentTopicSection {
    background-color: #F7F7F7;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

.ContentTopicSectionSpacer {
    border-bottom: solid 2px #CCD6DD;
    margin: 0px;
    background-color: #CCD6DD;
}

.ContentTopicSectionSpacerVertical {
    border-left: solid 2px #CCD6DD;
    margin: 0px;
    background-color: #CCD6DD;
    height: 100%;
}



.MasterPageFooter {
    padding-top: 10px;
    text-align: center;
    color: #464646;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.GridCommandBar {
    background-color: #8AA0B0;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #29343D;
}

.Bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #29343D;
    font-weight: bold;
    white-space: nowrap;
}

.Bold30 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #29343D;
    font-weight: bold;
    white-space: nowrap;
    width: 30px;
}

.Normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #29343D;
    font-weight: normal;
    white-space: nowrap;
}


A.HyperLink {
    text-decoration: underline;
    color: #29343D;
    font-weight: bold;
    font-size: 12px;
}

    A.HyperLink:hover {
        text-decoration: underline;
        color: #29343D;
        cursor: pointer;
        font-weight: bold;
        font-size: 12px;
    }

    A.HyperLink:visited {
        color: #29343D;
        cursor: pointer;
        text-decoration: underline;
        font-weight: bold;
        font-size: 12px;
    }

    A.HyperLink:active {
    }

    A.HyperLink:link {
    }

.ErrorTextBox {
    border: solid 1px #D7343D;
}

.RequiredTextBox {
    border: solid 1px #29343D;
}

.ErrorContent {
    border: solid 1px #D7343D;
    background-color: #FFD6DD;
    margin: 10px 10px 5px 10px;
    font-size: 10pt;
    color: #D7343D;
    padding: 5px;
    text-align: center;
}
</pre></body></html>