﻿html, body, form
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #332f2b;
}

table
{
    border-collapse: collapse;
    empty-cells: show;
    border-style: none;    
}

input, textarea, select
{
    vertical-align: middle;
    font-size: 8pt;
    font-family: Verdana, Monaco;
    color: #232323;
    padding: 2px;
}

h1, h2, h3, h4, h5, h6, p, div, td, span
{
    font-family: Verdana, Monaco;
    line-height: 11pt;
    color: #232323;
    font-size: 8pt;    
}

h1.title
{
    font-size: 12pt;
}

h2.title
{
    font-size: 10pt;
}

h1.cnt
{
    font-size: 12pt;
    padding-bottom: 5px;
    border-bottom: solid 1px #dcdcdc;
}

h2.cnt
{
    font-size: 9pt;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/* frame section 1 */

div.fr1
{
    width: 100%;
    height: 325px;
    margin: 0px;
    background-color: #332f2b;    
    background-image: url(../img/fr/fr1_bg.png);
    background-repeat: repeat;
}

div.fr1_tbl
{
    width: 1024px;
    height: 325px;
    margin: 0px auto 0px auto;
    background-image: url(../img/fr/fr1_cnt_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    display: table;
}

div.fr1_header
{
    width: 1024px;
    height: 69px;
    display: table-cell;
}

div.fr1_content
{
    width: 1024px;
    height: 256px;
    display: table-cell;    
}

div.fr1_header_buffer
{
    width: 966px;
    height: 69px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

div.fr1_content_buffer
{
    width: 946px;
    height: 236px;
    margin: 0px auto 0px auto;
    padding: 10px 10px 10px 10px;
    background-image: url(../img/fr/fr1_banner.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

ul.fr1_nav
{
    list-style-type: none;
    height: 25px;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    float: right;
}

ul.fr1_nav a
{
    padding-left: 25px;
    display: block;
    line-height: 25px;
    text-decoration: none;
    color: #ffffff;
    font-size: 8pt;
    font-family: Verdana, Monaco;
}

ul.fr1_nav a:hover
{
    text-decoration: underline;
}

li.fr1_nav
{
    float: left;
}

img.nav
{
    float: right;
}

/* frame section 2 */

div.fr2
{
    width: 100%;
    margin: 0px;
    background-image: url(../img/fr/fr2_bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #6c6761;
}

div.fr2_cnt
{
    width: 1024px;
    margin: 0px auto 0px auto;
    background-image: url(../img/fr/fr2_cnt_bg.png);
    background-position: top;
    background-repeat: repeat-y;    
}

div.fr2_main
{
    width: 948px;
    padding: 9px 9px 0px 9px;
}

div.fr2_cnt_btm
{
    width: 1024px;
    height: 49px;
    margin: 0px auto 0px auto;
    background-image: url(../img/fr/fr2_cnt_bg_btm.png);
    background-position: top;
    background-repeat: no-repeat;
}

/* frame section 3 */

div.fr3
{
    width: 100%;
    margin: 0px;
    background-color: #332f2b;
    background-image: url(../img/fr/fr3_bg.png);
    background-repeat: repeat;
}

div.fr3_cnt
{
    width: 1024px;
    height: 150px;
    margin: 10px auto 0px auto;
    padding-left: 120px;
}

h2.fr3
{
    margin: 0px 0px 15px 0px;
    font-size: 9pt;
    font-weight: bold;
    color: #ffffff;
}

ul.fr3
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.fr3 a
{
    line-height: 17px;
    text-decoration: none;
    color: #ffffff;
    font-size: 8pt;
    font-family: Verdana, Monaco;
}

ul.fr3 a:hover
{
    text-decoration: underline;
}

li.fr3
{
    margin-left: 0px;
}
