@media all {

  sepra {}
  
  /* Topnavigation */
  a.topNaviLink:link, a.topNaviLink:visited {
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin-right: 32px;
    text-transform: uppercase;
  }

  a.topNaviLink:hover {
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    margin-right: 32px;
    text-transform: uppercase;
  }

  /* Navigation */
  a.naviOne:link, a.naviOne:visited {
    color: #333333;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.naviOne:hover {
    color: #333333;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }

  a.naviOneSelected:link, a.naviOneSelected:visited {
    color: #993333;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.naviOneSelected:hover {
    color: #993333;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }

  a.naviTwo:link, a.naviTwo:visited {
    color: #333333;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.naviTwo:hover {
    color: #333333;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }

  a.naviTwoSelected:link, a.naviTwoSelected:visited {
    color: #993333;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.naviTwoSelected:hover {
    color: #993333;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }

  a.naviThree:link, a.naviThree:visited {
    color: #333333;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.naviThree:hover {
    color: #333333;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }

  a.naviThreeSelected:link, a.naviThreeSelected:visited {
    color: #993333;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.naviThreeSelected:hover {
    color: #993333;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }
  
  /* Quick Links */
  a.quickLink:link, a.quickLink:visited {
    color: #333333;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.quickLink:hover {
    color: #333333;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }

  a.wu {
    color: #004494;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
  }
  
  /* breadcrumb */
  td.breadcrumb {
    color: #999999;
    font-size: 8pt;
    font-family: Tahoma, Arial;
    font-weight: normal;
    padding-left: 13px;
  }

  td.breadcrumb a:link, td.breadcrumb a:visited {
    color: #999999;
    font-size: 8pt;
    font-family: Tahoma, Arial;
    font-weight: normal;
    text-decoration: none;
  }

  td.breadcrumb a:hover {
    color: #999999;
    font-size: 8pt;
    font-family: Tahoma, Arial;
    font-weight: normal;
    text-decoration: underline;
  }

  p, li, td {
    font-size: 10pt;
    font-family: Arial, Helvetical, sans-serif;
    font-weight: normal;
  }
  
  input.input_200 {
    width: 200px;
  }

  input.input_100 {
    width: 100px;
  }
  
  textarea {
    width: 400px;
    height: 100px;
    font-size: 10pt;
    font-family: Arial, Helvetical, sans-serif;
    font-weight: normal;
  }

  p.error {
    font-size: 10pt;
    color: #dd0000;
    font-family: Arial, Helvetical, sans-serif;
    font-weight: bold;
  }
  
  table.feedback tr th {
    font-size: 10pt;
    font-family: Arial, Helvetical, sans-serif;
    font-weight: normal;
  }
}