@charset "iso-8859-1";
html, body {
    margin:0;
    padding:0;
    height:100%;
    border:none
}
#div_image {
    width: 100%;
    height: 102%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
    overflow: hidden;
}
#img_bg {
    width: 100%;
    height: 102%;
}
#contents {
    z-index: 1;
    position: absolute;
    padding-top: 4px;
    height: 100%;
    width: 100%;
    overflow: auto;    
}
#td_title {
    font-family: Palatino Linotype, Times New Roman, MS Sans Serif, Arial;
    font-size: 20pt;
    font-weight:bolder;
    font-variant:small-caps;
    color: #182820;
}
.td_Order 
{
    font-family: Palatino Linotype, Times New Roman, MS Sans Serif, Arial;
    font-size: 12pt;
    font-weight:bolder;
    font-variant:small-caps;
    color: #182820;
}
#td_detail_image {
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 0px
}
#td_description {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    font-family: Palatino Linotype, Times New Roman, MS Sans Serif, Arial;
    font-size: 12pt;
    text-align:left;
}
font.section_header 
{
    font-size:8pt;
    font-weight:bold
}
