﻿body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
}

table.menuBar {
    border-width: 0;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-collapse: collapse;
}

.menuBar {
    font-size: 9pt;
}

table {
    border-style: solid;
	border-width: 0px;
}

.menuBar th {
    border-width: 0;
    border-right-width: 1px;
    background-color: #255286;
    padding: 0 1, 0 0;
    margin: 0 0 0 0;
}

th {
    border-style: none;
    border-width: 0px;
    padding: 0 0 0 0;
    text-align: center;
    margin: 0 0 0 0;
    background-color: #255286;
    color: white;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
}

p {
    font-family: Tahoma, Verdana, Arial;
    font-size: 9pt;
    margin-left: 2%;
    margin-right: 2%;
}

table.tabBar {
    width: 95%;
    margin-left: 2.5%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.tabBar th {
    font-size: 10pt;
}

th {
    border-style: none;
    border-width: 0px;
    padding: 0 0 0 0;
    text-align: center;
    margin: 0 0 0 0;
    background-color: #255286;
    color: white;
}

.tabBar td {
    background-color: White;
    text-align: center;
}

.tabBar a {
    text-decoration: none;
}

a:visited, a:link, a:focus, a {
    color: #255286;
    font-size: 8pt;
}

table.content {
    border: 0;
    border-style: none;
    width: 95%;
    margin-left: 2.5%;
}

.content td {
    border: 1px;
    border-style: solid;
    vertical-align: top;
}

.contentLabel {
    background-color: Silver;
    text-align: right;
    vertical-align: top;
    width: 20%;
}

.contentValue {
    width: 80%;
}

.contentString {
    width: 100%;
}

.button {
    background-color: Maroon;
    font-weight: bold;
    color: white;
}

td p {
    margin-left: 0px;
}

.content th {
    text-align: left;
    vertical-align: bottom;
    text-indent: 3px;
    font-size: 10pt;
}

ul {
    margin-right: 2%;
}

input {
    font-family: Tahoma, Verdana, Arial;
    font-size: 9pt;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-style: solid;
    border-collapse: collapse;
    border-color: Gray;
    background-color: white;
}

table.Footer {
    width: 100%;
    border-top: #CECECE solid 1px;
    background-color: #FFFFFF;
}

.abo-linkbutton {
    text-decoration: underline;
    cursor: pointer;
}