﻿body
{
    background: #fdfdfd;
    text-align: center;
}

img
{
    border: none;
}

.letter
{
    width: 640px;
    margin: 0px auto;
    text-align: left;
    color: #3F3333;
    font-family: 'Tahoma' , 'Arial' , 'sans-serif';
    font-size: 11px;
    font-weight: 500;
}

.top_title
{
    height: 162px;
}

.hr_top
{
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    background-image: url(img/hr_line.gif);
    background-repeat: repeat-x;
}

.hr_transparent
{
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    background-image: url(img/hr_transparent.gif);
    background-repeat: repeat-x;
}

.menu
{
    width: 135px;
    padding-right: 5px;
    vertical-align: top;
}

a:link, a:visited, a:active
{
    color: #3F3333;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
}

.menu a:link, .menu a:visited, .menu a:active
{
    display: block;
    color: #3F3333;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.menu a:hover
{
    display: block;
    color: #000000;
    font-weight: 700;
    text-decoration: underline;
}

.sub_menu
{
    display: inline;
}

.sub_menu a:link, .sub_menu a:visited, .sub_menu a:active
{
    display: block;
    padding-left: 25px;
    color: #3F3333;
    font-size: 10px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-indent: -14px;
}

.sub_menu a:hover
{
    display: block;
    color: #000000;
    text-decoration: underline;
}

.menu .selected:link, .menu .selected:visited, .menu .selected:active
{
    color: #00539F;
}

em
{
    color: #00539F;
    font-weight: bold;
}

dfn
{
    font-weight: bold;
}

td
{
    vertical-align: top;
}

.td_content
{
    width: 234px;
    padding-right: 16px;
    text-align: justify;
}

h1
{
    color: #000000;
    font-size: 14px;
    font-style: italic;
    display: inline;
}

h2
{
    font-size: 12px;
    font-style: italic;
}
h3
{
    font-size: 11px;
    font-style: italic;
}

.box
{
    padding: 6px;
    background-color: #16009c;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
}

.outputs
{
    padding-top: 20px;
    font-size: 110%;
    text-align: center;
}
.outputs li
{
    margin-bottom: 10px;
}

.outputs h2
{
    color: #000000;
}

.outputs h3
{
    color: #000000;
    font-size: 110%;
    font-style: normal;
}

.table_cases
{
    table-layout: fixed;
    border-style: solid;
    border-width: 1px;
    border-color: #00539F;
}

.table_cases th
{
    padding: 5px;
}

.table_cases td
{
    padding: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #00539F;
}

.table_cases ul
{
    margin-left: 1.5em;
}

.table_cases_2
{
    table-layout: fixed;
    font-size: 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #00539F;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #00539F;
}

.table_cases_2 td
{
    padding: 5px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #00539F;
}

.table_we_are
{
    table-layout: fixed;
}

.table_we_are th
{
    padding: 5px;
    background-color: #00539F;
    text-align: center;
}
.table_we_are td
{
    padding: 5px;
    text-align: justify;
}

