body {
    background-color : #C1F3B8;
    color : #000000;
    font-size : 10pt;
    font-family:  Arial, Helvetica, sans-serif;
    margin-left: 5px;
    margin-right: 5px;
}
h1 {
    font-size: 13pt;
    font-weight:bold;
    color: #000099;
}
h2, th {
    font-size: 12pt;
    font-weight:bold;
    color: #000099;
}
h3 {
    font-size: 12pt;
    font-weight:bold;
    color: #000099;
}
h4 {
    font-size: 11pt;
    font-weight: bold;
    color: #000099;
}
h5 {
    font-size: 10pt;
    font-weight:bold;
    color: #000099;
}
h6 {
    font-size: 10pt;
    font-weight:bold;
    color: #000099;
}
p, p.bodytext, li, dd {
    font-size: 10pt;
    font-weight: normal;
}
a {
    color: #000000;
    font-style:normal;
}
a:link {
    text-decoration: underline;
}
a:visited {
    text-decoration: underline;
}
a:active {
    text-decoration:underline;
}
a:hover {
    text-decoration:underline overline;
    cursor: pointer;
}
td.menu, td.menu a {
    text-decoration:none;
    font-size: 9pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 13pt;
    color: #000000;
}
td.menu a:link {
    text-decoration: none;
}
td.menu a:visited {
    text-decoration: none;
}
td.menu a:active {
    text-decoration: none;
}
td.menu a:hover {
    text-decoration: underline;
}
td.design, td.menu {
    border-width: 2px;
    border-color: #C1F3B8;
}
ul {
    list-style-type: disc;
    list-style-position: outside;
}
table.layout, td.layout, table.layout td, table.imgtext-table, table.imgtext-table td, img {
    border: none;
}
table.contenttable, table.contenttable td {
    border: 1px;
    border-style: solid;
    border-color: black;
    /* border-collapse: collapse; */
}
table.design, table.design td {
   border: 0px;
   border-style: dashed;
   border-color: #FFFFFF;
   border-collapse: collapse;
   background-repeat: no-repeat;
   background-position: top;
}
table.design {
   background-color: #4F68A1;
}
small {
    font-size: 8pt;
}
#small {
    font-size: 8pt;
}
hr {
    color: #ffffff;
}
#nodec {
    text-decoration: none;
}
#white {
    color:#FFFFFF;
}
#noborder {
    border: none;
}