@CHARSET "UTF-8";


.cnt-2 .ftr {
    font-size: 12px;
    line-height: 16px;
    padding: 15px 2px 0 8px;
}

.cnt-2 .ftr .lnk-back {
    float: left;
}

.cnt-2 .ftr .lnk-up {
    float: right;
}


.text-box {
	background: #eaece6 url("../img/wide_gray_box_bg_btm.gif") 0 100% no-repeat;
}

.text-box .box-in {
	padding: 10px;
	background: url("../img/wide_gray_box_bg_top.gif") 0 0 no-repeat;
}

.text-box .simple-hdr {
    background: #fff url("../img/wide_inner_white_box_bg_btm.gif") 0 100% no-repeat;
}

.text-box .simple-hdr h2 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    background: url("../img/wide_inner_white_box_bg_top.gif") 0 0 no-repeat;
    padding: 9px 10px 9px 18px;
}



.text-box .text-box-bdy {
    background: #fff url("../img/wide_inner_white_box_bg_btm.gif") 0 100% no-repeat;
    margin-top: 10px;
}

.text-box .text-box-bdy-in {
    background: url("../img/wide_inner_white_box_bg_top.gif") 0 0 no-repeat;
    padding: 16px 19px 10px 19px;
    min-height: 560px;
    height: auto !important;
    height: 560px;
}


.text-box .text-box-bdy h3 {
    color: #f1440c;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 19px;
}

.text-box .text-box-bdy h4 {
    color: #454740;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}

.text-box .text-box-bdy ul.txt,
.text-box .text-box-bdy .text-box-bdy-in p {
    font-size: 12px;
    line-height: 18px;
    
}


.text-box .text-box-bdy ul.txt a,
.text-box .text-box-bdy p.txt a {
	color: #355287;
	text-decoration: underline;
}

.text-box .text-box-bdy ul.txt a:hover,
.text-box .text-box-bdy p.txt a:hover {
    text-decoration: none;
    color: #f1440c;
}

