html,body {
    margin: 0px;
    padding: 0px;
/*    color: #777777; */
    color: #000000;
    background-color: #ffffff;
    background-image: url('../images/bg.gif');
    background-repeat: repeat-x;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: center; /* IE hack */
}

/* */

a {
    color: #000000;
    background-color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.current_link {
    font-weight: bold;
}

img {
    border: 0px;
    vertical-align: middle;
}

.h_separator {
    clear: both;
    height: 20px;
}

.l-aligned {
    text-align: left;
}

.c-aligned {
    text-align: center;
}

.m-aligned {
    margin: auto auto;
}

.r-aligned {
    text-align: right;
}

.j-aligned {
    text-align: justify;
}

.vt-aligned {
    vertical-align: top;
}

.w100 {
    width: 100%;
}

.w75 {
    width: 75%;
}

.w50 {
    width: 50%;
}

.error {
    margin-bottom: 20px;
    color: #ff0000;
    background-color: inherit;
    text-align: center;
}

.on_hover_highlight:hover {
    background-color: #fecccb;
}

.tlabel {
    width: 20%;
    text-align: right;
}

.tfield {
    text-align: left;
}

.trfield {
    text-align: right;
}

/* */

.container {
    width: 760px;
/*    margin: 10px auto; */
    margin: 0px auto;
    padding: 10px 0px;
    text-align: left; /* IE hack */
}

/* */

.logo_bar {
    margin-bottom: 20px;
}

.logo_bar_table {
    width: 100%;
}

.logo_bar_table tr {
    vertical-align: middle;
}

/* */

.top_menu_bar {
    margin-bottom: 10px;
}

.top_menu_bar_table {
    width: 500px;
    margin-left: 130px;
    margin-right: 130px;
}

.top_menu_bar_table tr {
    vertical-align: middle;
}

/* */

.side_menu_bar {
    float: left;
    width: 120px;
    margin-bottom: 20px;
}

.side_menu_bar_table {
    width: 100%;
}

.side_menu_bar_table tr {
    vertical-align: middle;
}

/* */

.side_news_bar {
    float: right;
    width: 120px;
    margin-bottom: 20px;
}

.side_news_bar_table {
    width: 100%;
}

.side_news_bar_table tr {
    vertical-align: middle;
}

/* */

.main {
    margin-left: 130px;
    margin-right: 130px;
}

.main_content {
}

.main_content_table {
    width: 494px; /* IE hack */
}

.main_content_table tr {
    vertical-align: top;
}

.main_content_table .tl-red {
    width: 20px;
    height: 20px;
    background-image: url('../images/tl-red.gif');
    background-repeat: no-repeat;
}

.main_content_table .t-red {
    height: 20px;
    background-image: url('../images/t-red.gif');
    background-repeat: repeat-x;
}

.main_content_table .tr-red {
    width: 20px;
    height: 20px;
    background-image: url('../images/tr-red.gif');
    background-repeat: no-repeat;
}

.main_content_table .l-red {
    width: 20px;
    background-image: url('../images/l-red.gif');
    background-repeat: repeat-y;
}

.main_content_table .m-red {
}

.main_content_table .r-red {
    width: 20px;
    background-image: url('../images/r-red.gif');
    background-repeat: repeat-y;
}

.main_content_table .bl-red {
    width: 20px;
    height: 20px;
    background-image: url('../images/bl-red.gif');
    background-repeat: no-repeat;
}

.main_content_table .b-red {
    height: 20px;
    background-image: url('../images/b-red.gif');
    background-repeat: repeat-x;
}

.main_content_table .br-red {
    width: 20px;
    height: 20px;
    background-image: url('../images/br-red.gif');
    background-repeat: no-repeat;
}

.main_title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 200%;
}

.main_title_text {
}

/* */

.footer {
    margin-top: 20px;
    font-size: 75%;
    text-align: center;
}

