body * {
    font-family: "Lucida Grande", Arial, sans-serif;
}

img {
    border: 0;
}

html, body {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 1.6em;
    font-size: 12px;
    line-height: 180%
}

a {
    text-decoration: none;
}

hr {
    margin-bottom: 1.6em;
    border: 1px solid #ccc;
}

h1, h2, h3, h4 {
    margin: 0;
    font-weight: bold;
}

h1, h2 {
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-weight: normal;
    font-size: 18px;
}

h1 {
    font-weight: bold;
}

h3 {
    font-size: 14px;
    margin-bottom: 0.6em;
}

h4 {
    margin-bottom: 0.6em;
    font-size: 12px;
}

#container {
    margin: 15px auto;
    width: 768px;
    border: 1px solid #069;
    background-color: #FFF;
    padding: 20px;
}

#logo {
    margin-bottom: 2em;
}

#content {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 25px;
}

#content ul, #content ol {
    margin-top: 0;
    padding: 0;
    padding-left: 2em;
}

#content ul {
    list-style: square;
    margin-bottom: 1em;
}

#content li {
    margin-bottom: 0.5em;
}

#content p {
    /*text-align: justify;*/
}

#tabnav {
    height: 20px;
    margin: 0;
    padding-left: 10px;
    background: url( img/tab_bottom.gif ) repeat-x bottom;
}

#tabnav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#tabnav a:link, #tabnav a:visited {
    float: left;
    background: #f3f3f3;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

#tabnav a:hover {
    background: #fff;
}

#footer {
    clear: both;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    background-color: #c0c0c0;
    font-size: 0.8em;
    color: #FFF;
    text-align: center;
}

/* icons */

#logos img {
    margin-right: 25px;
}

/* KK additions 2008.06.09 */
table {
    margin-bottom: 30px;
}

th {
    background: #bdd6d9;
}

th, td {
    text-align: left;
    vertical-align: top;
    padding: 5px;
}

tr.alt_row td {
    background: #ccc;
}

.autfoot {
    font-size: 9pt;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #808080;
    line-height: 160%;
}

a, .blue, strong, h1, h2, h3, h4 {
    color: #069;
}

/* HOME */
#htbl {
    width: 100%;
}

#hrtd {
    width: 192px;
    padding-top:55px;
}

.hrarrow {
    color: #808080;
    font-size: 16px;
    font-weight: bold;
    padding-left: 33px;
    background-image: url( "img/arrow.gif" );
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 25px 0 15px 0;
}

#content  ul.hlogos {
    margin: 0;
    padding: 0;
}

#content ul.hlogos li {
    list-style: none;
    padding: 0 0;
    margin: 0;
}

#content .hrlinks {
    margin-left: 20px;
    font-size: 12px;
    line-height: 180%;
}

#content .hrlinks a {
    color: #808080;
}

#content .hrlinks a.blue {
    color: #069;
}

#hltb td{
    padding:15px ;
}