body {
    font-family: arial, helvetica, sans-serif;
    margin: 0;
    background-color: #ffffff;
}

.soft_left {
    width: 10px;
    text-align: right;
    vertical-align: bottom;
    background-image: url('/images/soft_left.gif');
    background-repeat: repeat-y;
    background-position: right;
}

.soft_right {
    width: 10px;
    text-align: left;
    vertical-align: bottom;
    background-image: url('/images/soft_right.gif');
    background-repeat: repeat-y;
    background-position: left;
}

.nav_bar {
    width: 770px;
    height: 31px;
    text-align: left;
    vertical-align: middle;
    background-image: url('/images/nav_bg.gif');
    background-repeat: repeat-x;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000000;
    border-bottom: 1px solid black;
    margin: 0;
    padding-left: 32px;
    padding-right: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

.nav_bar a:link, .nav_bar a:visited, .nav_bar a:active {
    color: #000;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
}

.nav_bar a:hover {
    text-decoration: underline;
}

.nav_bar span {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
}

.nav_bar2 {
    margin-left: 58px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

.nav_bar2 a:link, .nav_bar2 a:visited, .nav_bar2 a:active {
    text-decoration: none;
    color: #990000;
    background-color: #feeba3;
    background-image: url('images/nav_bg2.gif');
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    margin: 0;
    padding: 0px 20px;
}

.nav_bar2 a.first:link, .nav_bar2 a.first:visited, .nav_bar2 a.first:active {
    border-left: 1px solid #990000;
}

.nav_bar2 a:hover {
    text-decoration: none;
    color: #000000;
    background-color: #feeba3;
    background-image: none;
}

.nav_bar2 span {
    text-decoration: none;
    color: #000000;
    background-color: #feeba3;
    background-image: none;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    margin: 0;
    padding: 0px 20px;
}

.nav_bar2 span.first {
    border-left: 1px solid #990000;
}

.body1 {
    width: 770px;
    border-bottom: 1px solid black;
    margin: 0;
    padding: 0;
    background-color: #F4B350;
    background-image: url('images/hg_katz.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.body2 {
    width: 710px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 60px;
}

.body2 a {
    color: #990000;
    text-decoration: none;
}

.body2 a:hover {
    text-decoration: underline;
}

.body, .body td, table.nonspaced td {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 130%;
    text-align: left;
    color: #000000;
    padding: 0;
    margin: 0;
}

.iconbar {
    text-align: right;
    vertical-align: top;
    width: 50px;
}

hr {
    color: #000000;
    background-color: #000000;
    height: 1px;
    border: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
}

hr.double {
    color: #000000;
    background-color: #000000;
    height: 2px;
    border: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
}

.boxed {
    border: 1px dotted #808080;
    padding: 1.5em;
    margin: 1em;
    clear: both;
}

.boxed h1, h1, .infobody h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
    color: #990000;
    margin-top: 0;
    margin-bottom: 1em;
}

.boxed h1, h2, .infobody h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color: #990000;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.boxed h3, h3, .infobody h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    text-decoration: underline;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
}

.boxed p, p, .infobody p {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 130%;
    text-align: justify;
    text-indent: 0;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0.5em
}

input {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #FEEBA3;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid black;
}

input.checkbox {
    border: 0;
    background: none;
}

select {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #FEEBA3;
    color: #000000;
    margin: 0;
    border: 1px solid black;
}

textarea {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #FEEBA3;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid black;
}

textarea.fix {
    font-family: Courier New, Courier, Fixed;
    font-size: 12px;
    font-weight: normal;
    background-color: #FEEBA3;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid black;
}

button {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #FEEBA3;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid black;
}

a:link, a:visited, a:active {
    color: #990000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.nutz:link, a.nutz:visited, a.nutz:active {
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    color: #000066;
    white-space: nowrap;
}

a.nutz:hover {
    color: #FFFFFF;
}

a.schad:link, a.schad:visited, a.schad:active {
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    color: #990000;
    white-space: nowrap;
}

a.schad:hover {
    color: #FFFFFF;
}

a.links:link, a.links:visited, a.links:active {
    color: #000000;
    text-decoration: none;
}

a.links:hover {
    text-decoration: underline;
}

.small {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    font-style: italic;
    line-height: 15px;
    color: #000000;
    white-space: nowrap;
}

.copyright {
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    color: #D08040;
    padding: 5px
}

table.spaced td {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 130%;
    text-align: left;
    padding-right: 10px;
    color: #000000;
}

table.table thead th, table.table th {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 130%;
    text-align: left;
    padding: 2px;
    border-top: 1px solid #D08040;
    border-left: 1px solid #D08040;
    border-right: 1px solid #D08040;
    border-bottom: 1px solid black;
    color: #000000;
}

table.table td {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 130%;
    text-align: left;
    padding: 2px;
    border: 1px solid #D08040;
    color: #000000;
}

.frame {
    margin: 0;
    border: 1px dotted black;
    padding: 10px;
}

.framespace {
    margin: 0;
    border: 1px hidden;
    padding: 10px;
}

.area {
    border: 1px dotted #808080;
    padding: 10px;
    margin-bottom: 20px;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

td, th {
    border: 0;
    padding: 0;
    margin: 0;
}

.infobar {
    width: 150px;
    text-align: right;
    vertical-align: top;
}

div.infobox, form.infobox {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 120%;
    text-align: right;
    background-color: white;
    color: black;
    padding: 10px;
    margin: 0;
    border: 1px solid black;
    width: 150px;
}

.info {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 120%;
    text-align: right;
    background-color: white;
    color: #990000;
    padding: 0;
    margin: 0;
    border: 0;
}

.info sub {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    line-height: 120%;
    text-align: right;
    background-color: white;
    color: black;
    padding: 0;
    margin: 0;
    border: 0;
}

.info h1, .infobox h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 130%;
    text-decoration: none;
    text-align: right;
    background-color: white;
    color: #808080;
    padding: 0;
    margin: 0;
}

.info input, .infobox input {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 120%;
    text-align: right;
    background-color: white;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #D0D0D0;
}

.infobody {
    padding: 0;
    margin-left: 60px;
    margin-top: 25px;
    margin-right: 0;
    margin-bottom: 15px;
}

.imagebar {
    margin-top: 20px;
}

#printbody {
    margin: 2em;
}

#printbody h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
    color: #000;
    margin-top: 0;
    margin-bottom: 1em;
}

#printbody h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color: #000;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

#printbody p {
    font-family: arial, helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 130%;
    text-align: justify;
    text-indent: 0;
    color: #000;
    margin-top: 0;
    margin-bottom: 0.5em
}
