.font_12 {
    font-size: 12px;
    line-height: 20px;
    color: #333333;
}


.font_22 {
    font-size: 20px;
    line-height: 12px;
    font-weight: bold;
    color: #333333;
}


.font_10 {
    font-size: 10px;
    font-style: normal;
    line-height: 12px;
}


.font_17 {
    font-size: 17px;
    font-style: normal;
    line-height: 16px;
    font-weight: bold;
    color: #333333;
}

.border_r {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #666666;
}

.border_l {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #666666;
}


A:link {
    color: #333333
}

A:active {
    color: #333333
}

A:visited {
    color: #333333
}

A:hover {
    color: #FF9933
}

.boder_dot {
    border: thin dotted #999999;
}


.font14 {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

.bold_top {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #666666;
}

.bold_hut {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #666666;
}

.bold {
    border-top-width: thin;
    border-bottom-width: thin;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #999999;
    border-bottom-color: #999999;
}


BODY {
    overflow-x: hidden;
    background-image: url(images/bg.gif);
    margin-top: 0px;
    margin-bottom: 0px;
}

#mybox {
    width: 750px;
    border-left: 1px;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 1px;
    border-style: solid;
    border-color: #333333;
    background-color: #FFFFFF;
}

#myboxtop {
    width: 900px;
    background-position: left;
    background-repeat: repeat-y;
}

.talbecell {
    display: table-cell;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
