html {
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    font-family: verdana, helvetica, sans-serif;
}

.subhead {
    color: #ffffff; 
    font-size: 12px; 
    font-weight: bold; 
    padding-bottom: 4px
}

div.menu {
    background-color: #757571; 
    border-bottom: white 1px solid; 
    border-left: white 1px solid; 
    border-right: white 1px solid; 
    border-top: white 1px solid; 
    color: white; 
    font-family: arial; 
    font-size: 11px; 
    line-height: 12px; 
    padding: 0px; 
    padding-top: 8px; 
    padding-bottom: 8px; 
    position: absolute; 
    visibility: hidden; 
}

div.menuHeadingOver {
    border-bottom: white 1px solid; 
    border-top: white 1px solid; 
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: bold;
}

div.menuHeadingOut {
    border-bottom: #757571 1px solid; 
    border-top: #757571 1px solid; 
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: bold;
}

div.menuItemOver {
    border-bottom: white 1px solid; 
    border-top: white 1px solid; 
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 3px;
}

div.menuItemOut {
    border-bottom: #757571 1px solid; 
    border-top: #757571 1px solid; 
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 3px;
}

div.main {
    font-size: 12px;
    margin-left: 15px;
    margin-top: 25px;
    margin-bottom: 30px;
    width: 500px;
}

A:link.menu {
    color: white;
    text-decoration: none;
}

A:visited.menu {
    color: white;
    text-decoration: none;
}

A:hover.menu {
    color: white;
    text-decoration: none;
}

A:active.menu {
    color: white;
    text-decoration: none;
}

table {
    margin-top: 0px;
    margin-bottom: 0px;
    border: red 0px solid;
}

td {
    margin-top: 0px;
    margin-bottom: 0px;
    border: blue 0px solid;
}

table.details {
    border-top: black 0px solid;
    border-bottom: black 1px solid;
    border-left: black 1px solid;
    border-right: black 0px solid;
}

th.details {
    border-top: black 1px solid;
    border-bottom: black 0px solid;
    border-left: black 0px solid;
    border-right: black 1px solid;
    background-color: #757571; 
    old-back: #B1C2C6;
    color: white;
}

th.details2 {
    border-top: black 1px solid;
    border-bottom: black 0px solid;
    border-left: black 0px solid;
    border-right: black 1px solid;
    background-color: #990000;
    old-back:#242522;
    color: white;
}

th.detailsDivider {
    border-top: black 1px solid;
    border-bottom: black 0px solid;
    border-left: black 0px solid;
    border-right: black 1px solid;
    background-color: #CDDDE1;
    color: #474845;
}

td.details {
    border-top: black 1px solid;
    border-bottom: black 0px solid;
    border-left: black 0px solid;
    border-right: black 1px solid;
    vertical-align: top;
}

img {
    border: green 0px solid;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

img.popupHeader {
    cursor: pointer;
}


p.breadcrumb {
    width: 754px;
    color: #757571;
    font-size: 10px;
    text-align: right;
    margin: 3px;
}

A:link {
    color: #990000;
    text-decoration: none;
}

A:visited {
    color: #990000;
    text-decoration: none;
}

A:hover {
    color: #990000;
    text-decoration: underline;
}

A:active {
    color: #990000;
}

A:link.breadcrumb {
    color: #757571;
}

A:visited.breadcrumb {
    color: #757571;
}

A:hover.breadcrumb {
    color: #757571;
    text-decoration: underline;
}

A:active.breadcrumb {
    color: #757571;
    text-decoration: none;
}

A.related {
    font-weight: bold;
}

p.copyright {
    color: #757571;
    font-size: 10px;
}

h1 {
    font-size: small;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

span.header {
    font-size: small;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

ul {
    list-style-position: outside;
}

ul.links {
    list-style-image: url(images/bullet-links.gif);
    list-style-position: outside;
}


div.contextPopup {
    border: white 1px solid; 
    background-color: #757571; 
    color: white; 
    font-family: arial; 
    font-size: 11px; 
    padding: 10px; 
    position: absolute; 
    visibility: hidden;
}

p.alert {
    font-size: medium;
    font-weight: bold;
    color: red;
}

div.tagline {
    margin-top: 3px;
    font-style: italic;
}