
    body {
      background-color: #FFFFFF;
      background-image: url('');
      background-repeat: ;
      background-attachment: ;
      background-position:  ;
    }

    body,
    button,
    input,
    select,
    textarea,
    legend {
    font-family: Verdana, Geneva, sans-serif;
      font-size: Small;
    }

    body,
    legend {
      color: Black;
    }

    
        #frame,
        #siteWrapper {
        margin-left: auto;
        margin-right: auto;
        }
      
    
    a {
      color: Darkblue;
    
        text-decoration: underline;
      
    }

    a:visited {
      
          color: Darkgrey;
      
        text-decoration: underline;
      
    }

    a:hover {
      
          color: Red;
      
        text-decoration: underline;
      
    }

    a:active {
      
          color: Darkgreen;
      
        text-decoration: underline;
      
    }

    
    h1,
    body .main-contents h1 {
      font-family: Verdana, Geneva, sans-serif;
      font-size: 36px;
      color: Black;
    }

    h2,
    body h2 {
      font-family: Verdana, Geneva, sans-serif;
      font-size: 20pt;
      color: Darkblue;
    }

    h3 {
      font-family: Verdana, Geneva, sans-serif;
      font-size: 16pt;
      color: Black;
    }

    h4 {
      font-family: Verdana, Geneva, sans-serif;
      font-size: 12pt;
      color: Black;
    }

    h5 {
      font-family: Verdana, Geneva, sans-serif;
      font-size: 10pt;
      color: Black;
    }

    
    #frame,
    #siteWrapper {
      background-color: White;
    }

    td.rightcol {
      background-color: White;
    }
    
    .responsiverightcol {
      background-color: White;
    }

    td.leftcol {
      border-left: Black;
      border-right: Black;
      font-family: Verdana, Geneva, sans-serif;
      font-size: Small;
      color: Black;
    }

    
    #tabsarea {
      font-family: Verdana, Geneva, sans-serif;
    }

    #tabsarea td.leftcol,
    #tabsarea td.rightcol {
      background-color: Red;
    }

    #tabsarea td a {
      font-family: Verdana, Geneva, sans-serif;
      color: White;
      font-size: Small;
    }

    #tabsarea td a:hover,
    #tabsarea td a.active,
    #tabsarea td a.active {
      color: Black;
      font-family: Verdana, Geneva, sans-serif;
      font-size: Small;
      background-color: Lightgrey;
    }

    #menu h4 {
      color: Black;
      font-family: Verdana, Geneva, sans-serif;
      font-size: Small;
      background-color: Darkgray;
    }

    #menu li {
      color: Black;
      font-family: Verdana, Geneva, sans-serif;
      font-size: Small;
      background-color: White;
      border-left: Black;
      border-top: Black;
    }

    #menu li a {
      color: Black;
      font-family: Verdana, Geneva, sans-serif;
      font-size: Small;
      background-color: White;
    }

    #menu li.active a {
      color: Black;
      font-family: Verdana, Geneva, sans-serif;
      font-size: Small;
      background-color: Lightgrey;
    }

    #menu li a:hover {
      color: Black;
      background-color: Lightgrey;
    }

    #systemnav {
      border-top: Black;
      border-right: Black;
      border-bottom: Black;
      background-color: White;
    }

    #eui .ui-tabs-panel {
      font-family: Verdana, Geneva, sans-serif;
      color: Black;
      font-size: Small;
      background: White;
      border-color: Black;
    }

    #contentContainerWrapper {
      background-color: White;
    }

    
    #mainContainer {
      background-color: White;
    }

    div.overlayInnerBox {
      background-color: White;
    }

    
    .invalidCharacters,
    .errorSummary {
      
        color: #FF0000;
      
        font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Geneva, Verdana, sans-serif;
      
        font-size: 16px;
      
    }

    
    button,
    input[type='submit'],
    input[type='button'],
    .button,
    a.btn {
      color: #606060;
      background-color: #FFFFFF;
	    border-color: #606060;
      border-radius: 4px;
      border-style: none;
	    padding: 5px 15px;
    }

    button:hover,
    button:active,
    input[type='submit']:hover,
    input[type='submit']:active,
    input[type='button']:hover,
    input[type='button']:active,
    .button:hover,
    .button:active,
    a.btn:hover,
    a.btn:active {
      color: #606060;
      background-color: #D6EAF2;
    }

    button.selected,
    .button.selected,
    button[data-state="active"],
    .button[data-state="active"],
    a.btn.selected,
    a.btn[data-state="active"] {
      color: #606060;
      background-color: #ECECEC;
	  }
  