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: #000000;
    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;
}

h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #990000;
    margin-top: 0;
    margin-bottom: 10px;
}

h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #990000;
    margin-top: 0;
    margin-bottom: 10px;
}

p, ul, ol {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 130%;
    text-align: left;
    text-indent: 0;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
}

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, .newstyle 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: 10px;
}

.boxed h1, .newstyle h2, .infobody h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #990000;
    margin-top: 0;
    margin-bottom: 10px;
}

.boxed h3, .newstyle 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, .newstyle 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;
}

.boxed2 {
    border-top: 1px dotted #808080;
    padding: 1.5em;
    margin: 1em;
}

.boxed2 h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
    color: #900;
    margin-top: 0;
    margin-bottom: 1em;
}

.boxed2 h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #900;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.boxed2 p {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 130%;
    text-align: justify;
    text-indent: 0;
    color: #000;
    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: #000;
    margin: 0;
    border: 1px solid black;
}

textarea {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #FEEBA3;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid black;
}

textarea.fix {
    font-family: Courier New, Courier, monospace;
    font-size: 12px;
    font-weight: normal;
    background-color: #FEEBA3;
    color: #000;
    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 {
    color: #900;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.nutz {
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    color: #006;
    white-space: nowrap;
}

a.nutz:hover {
    color: #FFF;
}

a.schad {
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    color: #900;
    white-space: nowrap;
}

a.schad:hover {
    color: #FFF;
}

ul.links {
    padding-left: 0;
    list-style: none;
}

.links a {
    background: url(images/link.gif) no-repeat scroll;
    padding-left: 15px;
    color: #000;
    text-decoration: none;
}

.links a: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: #000;
    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;
    vertical-align: top;
    padding-right: 10px;
    color: #000;
}

table.aligned td {
    vertical-align: top;
}

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: #000;
}

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: #000;
}

.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: 160px;
    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: 160px;
}

div.infobox2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 120%;
    text-align: right;
    background-color: #F4B350;
    color: black;
    padding: 10px;
    margin: 0;
    border: 1px solid black;
    width: 160px;
}

.info {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 120%;
    text-align: right;
    background-color: white;
    color: #900;
    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-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: #000;
    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;
}

a.paper, .teaser a.paper {
    background: url(images/paper.gif) no-repeat scroll;
    padding-left: 15px;
}

/* global navigation */
.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: #000000;
    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;
}

/* global navigation pull-down menu */
#nav-global ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

#nav-global li {
    padding: 10px 0;
    margin: 0;
    display: inline;
}

#nav-global .menu {
    display: none;
    margin-top: 7px;
    margin-left: 26px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

#nav-global li.hovermenu:hover .menu,
#nav-global li.selected .menu {
    display: block;
    position: absolute;
    z-index: 100;
}

#nav-global li:hover .menu {
    z-index: 200;
}

#nav-global .menu li {
    background-color: #feeba3;
    background-image: url('images/nav_bg2.gif');
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin: 0;
    padding: 0 12px 0 12px;
}

#nav-global .menu li.first {
    border-left: 1px solid #990000;
}

#nav-global .menu a:link,
#nav-global .menu a:visited,
#nav-global .menu a:active {
    text-decoration: none;
    color: #990000;
}

#nav-global .menu li:hover,
#nav-global .menu li.selected {
    background-color: #feeba3;
    background-image: none;
}

#nav-global .menu a:hover {
    text-decoration: none;
    color: #000000;
}

#nav-global .menu li.selected span {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    padding: 0;
}
