html {
    border: 0;
    height: 100%;
    margin: 0;
    /*overflow-y: hidden;*/
    padding: 0;
}

body {
;    background-color: #696868;
    background-color: #222222;
    background-repeat: repeat;
    border: 0;
    font-family: sans-serif, garamond, times, arial;
    height: 100%; 
    margin: 0px;
    margin-top: 0px;
    /*overflow-y: auto;*/
    padding:0;
    text-align: center;
}

a.doclinks:link {
    color: #000000;
    font-family: sans-serif, garamond, times, arial;
    font-size: 15px;
    font-weight: normal;
    text-decoration: underline;
    letter-spacing: 0px;
}

a.doclinks:visited {
    color: #000000;
    font-family: sans-serif, garamond, times, arial;
    font-size: 15px;
    font-weight: normal;
    text-decoration: underline;
    letter-spacing: 0px;
}

a.doclinks:hover {
    color: #888888;
    text-decoration: none;
}

a.navbar:link {
    color: #FFFFFF;
    font-family: garamond, sans-serif, times, arial;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0px;
}

a.navbar:visited {
    color: #FFFFFF;
    font-family: sans-serif, garamond, times, arial;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0px;
}

a.navbar:hover {
    color: #CCCCCC;
    text-decoration: underline;
}

a.general:link {
    color: #0000DD;
    text-decoration: none;
}

a.general:visited {
    color: #0000DD;
    text-decoration: none;
}

a.general:hover {
    color: #CCCCCC;
    text-decoration: none;
}

a.contactlink {
    color: #0000AA;
    font-family: sans-serif, garamond, times, arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.doclinks {
    color: #000000;
    font-family: sans-serif, garamond, times, arial;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    letter-spacing: 0px;
}

table.tableheader {
    height: 70px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

td.pageheaderleft {
;    background-color: #696868;
;    background-color: #6699ff;
    background-color: #222222;
    height: 30px;
    vertical-align: top;
    width: 30%;
}

td.pageheadercenter {
;    background-color: #696868;
    background-color: #222222;
    height: 30px;
    vertical-align: top;
    width: 40%;
}

td.pageheaderright {
;    background-color: #696868;
    background-color: #222222;
    height: 30px;
    vertical-align: top;
    width: 30%;
}

td.navbarmain {
    /*color: #FFFFFF;*/
    padding-bottom: 5px;
    width: 40%;
}

td.datetime {
    color: #FFFFFF;
    font-family: sans-serif, garamond, times, arial;
    font-size: 12px;
    font-weight: bold;
    padding-right: 0px;
    text-align: right;
    width: 30%;
}

img.logo {
    border: 0;
}

table.tablemain {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

td.colsub {
    padding: 5px;
    text-align: center;
}

td.doctitle {
    background-color: #BBCCEE;
    font-family: sans-serif, garamond, times, arial;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    vertical-align: middle;
}

td.docbody {
    background-color: #FFFFFF;
    font-family:  sans-serif, garamond, times, arial;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    text-align: justify;
    /*text-justify: distribute;*/
    vertical-align: top;
}

td.leftpad {
    padding-left: 5px;
}
   
table.tablefooter {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

td.footer {
    /*color: #FFFFFF;*/
    padding-top: 5px;
    width: 33%;
}

h1 {
    color: #000000;
    font-family:  sans-serif, garamond, times, arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

h2 {
    color: #000000;
    font-family:  sans-serif, garamond, times, arial;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}

h1.large {
    color: #000000;
    font-family:  verdana, sans-serif, garamond, times, arial;
    font-size: 24px;
    font-weight: bolder;
    text-decoration: none;
}

h2.large {
    color: #000000;
    font-family:  verdana, sans-serif, garamond, times, arial;
    font-size: 14px;
    font-weight: bold;
}

h2.title1 {
    color: #000000;
    font-family:  sans-serif, garamond, times, arial;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

hr.docborder {
    /*color: #BBCCEE;*/
    height: 5px;
    /*noshade: false;*/
    width: 100%;
}

pre.cmd {
    color: #000077;
    font-family:  sans-serif, garamond, times, arial;
    font-size: 14px;
    font-weight: normal;
    padding-left: 0px;
}

pre.info {
    color: #000000;
    font-family:  sans-serif, garamond, times, arial;
    font-size: 14px;
    font-weight: normal;
    padding-left: 0px;
}

pre.info2 {
    color: #000000;
    font-family:  verdana, sans-serif, garamond, times, arial;
    font-size: 14px;
    font-weight: normal;
    padding-left: 0px;
}

pre.hl
{
    background-color: #CCD3DD;
    font-family:  sans-serif, garamond, times, arial;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

img.w3c {
    border:0;
    width:80px;
    height:28px
}

img.ss {
    width: 1024px;
    height: 768px;
}

span.title1 {
    color: #000000;
    font-family:  sans-serif, garamond, times, arial;
    font-size: 16px;
    font-weight: bolder;
    text-decoration: underline;
}

span.title2 {
    color: #000000;
    font-family:  sans-serif, garamond, times, arial;
    font-size: 14px;
    font-weight: bold;
}
