body, html {
    height: 100%;
}

body {
    background-image: url(img/bg/bg_dot.gif);
    background-color:#32579B;
    margin: 0;
    padding: 0;

}

body, td {
    font-family:arial, verdana, sans-serif;
    font-size:12px;;
    color:#000000;
    text-align:left;
}

a,a:link,a:visited,a:active {
    color:#0335BA;
    text-decoration: underline;
}
a:hover {
    color:#878686;
    text-decoration: underline;
}

a.gray,a.gray:link,a.gray:visited,a.gray:active    {
    color:#686767;
    text-decoration: none;
}
a.gray:hover {
    color:#02417F;
    text-decoration: none;
}

h1 {
    font-size:18px;
    font-weight:bold;
    color:#3C3C3C;
    margin:0;
}

form {
    margin: 0;
}

p {
    margin-left:0;
    margin-right:0;
    margin-top:5px;
    margin-bottom:5px;
}

.tbl_main {
    width:100%;
    height:100%;
}

.top {
    padding-left:48px;
    width:100%;
    height:47px;
    background-image: url(img/bg/bg_top.gif);
}

.left {
    width:50%;
    background-image: url(img/bg/bg_left.gif);
    background-position:right;
    background-repeat:repeat-y;
    text-align:right;
}

.right {
    width:50%;
    background-image: url(img/bg/bg_right.gif);
    background-position:left;
    background-repeat:repeat-y;
    text-align:left;
}

.big_top {
    background-image: url(img/bg/bg_big_top.jpg);
    text-align:center;
    height:136px;
}

.under_big {
    height:25px;
    background-image: url(img/bg/bg_under_big.gif);
}

.left_side2 {
    background-image: url(img/bg/bg_left_side2.gif);
    background-position:right;
    background-repeat:repeat-y;
    border-bottom: 2px solid #D5D5D5;
}

.content {
    background-image: url(img/bg/bg_content.gif);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#F2F2F2;
    border-bottom: 2px solid #D5D5D5;
    padding:10px;
}

.content_top {
    height:10px;
    background-image: url(img/bg/bg_content.gif);
    background-position:top;
    background-repeat:repeat-x;
}

.content2_inner {
    padding:10px;
}

.content2 {
    height:300px;
    width:50%;
    background-image: url(img/bg/bg_content_right.gif);
    background-position:right;
    background-repeat:repeat-y;
    background-color:#F2F2F2;
    border-right: 1px solid #A9A9A9;
    border-bottom: 2px solid #D5D5D5;
}

.left_testim {
    margin-left:10px;
    margin-right:15px;
}

.tbl_menu {
    margin-left:7px;
}



.menu_box {
    width:156px;
    background-image: url(img/bg/bg_menu.gif);
    background-position:left;
    background-repeat:repeat-y;
    background-color:#F5F4F4;
    border: 1px solid #A9A9A9;
    padding-top:8px;
    padding-bottom:2px;
}

.menu_delim {
    height:1px;
    margin-bottom:5px;
    margin-top:5px;
}

.menu_item {
    margin-left:8px;
}


.tbl_header {
    width:100%;
}

.header_bull {
    width:20px;
    border-bottom:1px solid #C2C2C2;
    padding:8px;
}

.header_text {
    width:100%;
    border-bottom:1px solid #C2C2C2;
}

.submenu, .submenu1 {
    margin-left:13px;
    margin-top:3px;
    margin-bottom:3px;
    font-weight:bold;
    font-size:11px;
}

.submenu1 {
    color:#02417F;
}

strong {
    color:#02417F;
}

.img_left {
    border:2px solid #C2C2C2;
    margin-top:5px;
    margin-right:10px;
    margin-bottom:10px;
}

.head_left {
    font-size:12px;
}

.tbl_border {
    background: #AAAAAA;
}

.td_left {
    text-align:left;
    background:#E6E5E5;
    font-weight:bold;
}

.td_right {
    text-align:right;
    background:#E6E5E5;
}


.td_sm {
    text-align:left;
    font-size:10px;
}