h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
}

h1 {
    font-size: 16pt;
}  

h2 {
    font-size: 14pt;
}  

h3 {
    font-size: 12pt;
}  

h4 {
    font-size: 10pt;
}  

h5 {
    font-size: 8pt;
}  

li {
    margin-bottom: 5px;
}
.menu {
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 10pt;
}

a.link:link {
    color: #006654;
    font-weight: bold;
    text-decoration: none;
}

a.link:visited {
    color: #006654;
    font-weight: bold;
    text-decoration: none;
}

a.link:hover {
    color: #c00000;
    font-weight: bold;
    text-decoration: none;
}
th {
    font-family: sans-serif;
    font-size: 10pt;
}

td {
    font-family: sans-serif;
    font-size: 10pt;
}

body {
    margin-left: 0cm;
    margin-right: 0cm;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0cm;
    padding-right: 0cm;
    background-image: url('../images/bg.gif');
    background-repeat: repeat;
    font-family: verdana, sans-serif;
    font-size: 12pt;
    line-height: 12pt;
}

br {
    font-size: 10pt;
    line-height: 0.25em;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

p {
    font-size: 10pt;
    line-height:14pt;
}

/*
.10pt {
    font-size: 10pt;
    line-height: 12pt;
}

.12pt {
    font-size: 12pt;
    line-height: 14pt;
}

.14pt {
    font-size: 14pt;
    line-height: 16pt;
}
*/

.top-left {
    text-align: left;
    vertical-align: top;
}

.top-right {
    text-align: right;
    vertical-align: top;
}

.bottom-left {
    text-align: left;
    vertical-align: bottom;
}

.bottom-right {
    text-align: right;
    vertical-align: bottom;
}

.left {
    text-align: left;
}


.right {
    text-align: right;
}

.center {
    text-align: center;
}

div.record-grey {
    margin-top: 0cm;
    margin-bottom: 0cm;
    padding-top: 0.1cm;
    padding-bottom: 0.1cm;
    background: #f0f0f0;
    font-size: 10pt;
}

div.record-white {
    margin-top: 0cm;
    margin-bottom: 0cm;
    padding-top: 0.1cm;
    padding-bottom: 0.1cm;
    background: white;
    font-size: 10pt;
}

div.cell {
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}

.invisible {
    visibility: hidden;
}

td.menu {
    padding-left: 10px;
    padding-right: 10px;
    width: 197px;
    vertical-align: top;
    font-family: verdana, sans-serif;
}

td.content {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    font-size: 10pt;
    line-height: 10pt;
}

.noborder {
    border: 0px;
}

.heading {
    font-family: sans-serif;
    font-weight: bold;
}

.plain {
    border: solid black;
}

p.menuitem {
    font-family: sans-serif;
    font-weight: bold;
    text-align: right;
    font-size: 10pt;
    line-height: 10pt;
    margin-bottom: 2em;
}

a.menu {
    margin-bottom: 1em;
}

a.menu:link {
    color: #006554;
    text-decoration: none;
}

a.menu:active {
    color: #40a050;
    text-decoration: none;
}

a.menu:visited {
    color: #006554;
    text-decoration: none;
}

a.menu:hover {
    color: #c00000;
    text-decoration: none;
}

a:link {
    color: #3040d0;
}

a:visited {
    color: #404080;
}

a:hover {
    color: #c00000;
}

a.link-button:link {
    color: white;
    text-decoration: none;
}

a.link-button:visited {
    color: white;
    text-decoration: none;
}

.link-button:active {
    border-bottom: #60a060 2px solid;
    border-right: #60a060 2px solid;
    border-top: black 2px solid;
    border-left: black 2px solid;
    padding-left: 6px;
    padding-right: 4px;
}
.link-button {
    background: #006654;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-top: #60a060 2px solid;
    border-left: #60a060 2px solid;
    border-bottom: black 2px solid;
    border-right: black 2px solid;
    font-weight: bold;
}

input[type="text"] {
    width: 300px;
}
