/******************  RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    }
tbody, tfoot, thead, tr, th, td {
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    }
ol, ul {
    margin:0 0 1.5em 2em
    }
ol {
    list-style-type:decimal;
    }
ul {
    list-style-type:disc;
    }
table {
    border-collapse: separate;
    border-spacing: 0;
    }
caption, td {
    font-weight: normal;
    }
    th {font-weight: bold;}
blockquote {
    padding-left:2em;
    padding-bottom:1.44em;
    }
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    }
blockquote, q {
    quotes: "" "";
    }
strong, b {
    font-weight:bold;
    }
em, i {
    font-style:italic;
    }
/******************  THEMEING */
body {
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:1.4;
    }
a, a:visited {
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
    }
p {
    margin: 0 0 1.5em;
    }
/******* headers */
h1, h2, h3, h4, h5, h6 {line-height:1.2; padding: 0; margin: 0 0 .33em;}
h1 {
    font-size:1.667em;
    margin-bottom: .2em;
    }
h2 {
    font-size:1.5em;
    margin-bottom: .22em;
    }
h3 {
    font-size:1.33em;
    margin-bottom: .25em;
    }
h4 {
    font-weight:bold;
    font-size:1.167em;
    margin-bottom: .285em;
    }
h5 {
    font-weight:bold;
    font-size:1em;
    }
h6 {
    font-style: italic;
    font-weight:normal;
    font-size:1em;
    }
/****************** Corners */
/*******  drops */
.shadow_table {
    width:100%;
    }
.drop_topleft, .drop_top, .drop_topright, .drop_bot, .drop_botleft, .drop_botright {
    font-size:1px; line-height:1; height:5px;
    }
.drop_topleft, .drop_topright, .drop_botleft, .drop_botright, .drop_left, .drop_right,
.drop_topleft[width], .drop_topright[width], .drop_botleft[width], .drop_botright[width], .drop_left[width], .drop_right[width] {
    font-size:1px; line-height:1; width: 5px;
    }
.drop_top {
    background: url("/images/top.png") repeat-x left bottom;
    }
.drop_topleft {
    background: url("../images/frame/bg/drop/light/topleft.png") no-repeat;
    }
.drop_topright {
    background: url("../images/frame/bg/drop/light/topright.png") no-repeat;
    }
.drop_left {
    background: url("../images/frame/bg/drop/light/left.png") repeat-y right top;
    }
.drop_body {
    }
.drop_right {
    background: url("../images/frame/bg/drop/light/right.png") repeat-y left top;
    }
.drop_bot {
    background: url("../images/frame/bg/drop/light/bot.png") repeat-x left top;
    }
.drop_botleft {
    background: url("../images/frame/bg/drop/light/botleft.png") no-repeat;
    }
.drop_botright {
    background: url("../images/frame/bg/drop/light/botright.png") no-repeat;
    }
/*******  corners */
.round_table {
    width:100%;
    }
.round_topleft, .round_top, .round_topright, .round_bot, .round_botleft, .round_botright {
    font-size:1px; line-height:1; height:5px;
    }
.round_top {
    background: url("../images/frame/bg/round/top.png") repeat-x left bottom;
    }
.round_topleft {
    background: url("../images/frame/bg/round/topleft.png") no-repeat;
    }
.round_topright {
    background: url("../images/frame/bg/round/topright.png") no-repeat;
    }
.round_left {
    background: url("../images/frame/bg/round/left.png") repeat-y right top;
    }
.round_right {
    background: url("../images/frame/bg/round/right.png") repeat-y left top;
    }
.round_bot {
    background: url("../images/frame/bg/round/bot.png") repeat-x left top;
    }
.round_botleft {
    background: url("../images/frame/bg/round/botleft.png") no-repeat;
    }
.round_botright {
    background: url("../images/frame/bg/round/botright.png") no-repeat;
    }
/****************** ETC */
.sans-serif{font-family: Arial, Helvetica, sans-serif !important;}
.serif {font-family: Georgia, "Times New Roman", Times, serif !important;}
.large {font-size: 1.17em;}
.larger {font-size: 1.5em;}
.largest {font-size: 2em;}
.hide {position: absolute; left: -9999em; top: -9999em;}
.clear, .clearfix {
    clear:both;
    }
.clearfix:after {
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    } .clearfix {*font-size: 0; *height: 0;}
.alignright {
    float: right;
    display: inline;
    }
.list_reset, .list_reset li {
    list-style-type:none;
    margin:0;
    padding:0;
    }
.pad img {
    display:block;
    margin-right:5px;
    }
.image_align_center {
    display:block;
    margin:0 auto;
    clear:both;
    }
.image_align_top_left {
    display:block;
    float: left;
    margin: 0 1em 1em 0;
    }
.image_align_top_right {
    display:block;
    float: right;
    margin: 0 1em 0 1em;
    }
.image_no_text_wrap {
    display:block;
    margin:0 0 1em 0;
    clear:both;
    }
.display_block {
    display:block;
    }
.display_inline {
    display:inline;
    }
.nomarg {
    margin:0 !important;
        }
    .nomarg_bottom {
        margin-bottom:0 !important;
        }
    .nomarg_top {
        margin-top:0 !important;
        }
    .nomarg_left {
        margin-left:0 !important;
        }
    .nomarg_right {
        margin-right:0 !important;
        }
.nopad {
    padding:0 !important;
    }
    .nopad_bottom {
        padding-bottom:0 !important;
        }
    .nopad_top {
        padding-top:0 !important;
        }
    .nopad_left {
        padding-left:0 !important;
        }
    .nopad_right {
        padding-right:0 !important;
        }

.noborder {
    border:none !important;
    }
    .noborder_bottom {
        border-bottom:none !important;
        }
    .noborder_top   {
        border-top:none !important;
        }
    .noborder_left {
        border-left:none !important;
        }
    .noborder_right {
        border-right:none !important;
        }
