html,body {
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: #e2e3e4;
    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: underline;
}
a:hover {
    color: #0000ff;
    background-color: #fdff00;
    text-decoration: underline;
}

.subtitle {
    font-weight: bold;
    text-align: justify;
}

.NB {
    font-weight: bold;
	color: #f00;
}

img {
    border: 0px;
    vertical-align: middle;
}
img.framed {
    border: 1px solid #000000;
}

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

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

.l-alignednome {
    text-align: left;
	font-size: 10px;
	font-weight: bold;
}


.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;
}

.vm-aligned {
    vertical-align: middle;
}

.b-spaced {
    padding-bottom: 20px;
}

.w100 {
    width: 98%;
}

.w75 {
    width: 75%;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

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

.ok {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #002165;
    background-color: inherit;
    text-align: center;
}

.on_hover_highlight:hover {
    color: inherit;
    background-color: #fdff00;
}

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

.tfield {
    text-align: left;
    vertical-align: middle;
}

.trfield {
    text-align: right;
    vertical-align: middle;
}

/* */

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

/* */

.logo_bar {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.logo_bar_table {
    width: 100%;
    color: #ffffff;
    background-color: #002165;
}

.logo_bar_table_bl_cell {
    width: 40px;
    height: 40px;
    background-image: url('../images/header-bl.png');
    background-repeat: no-repeat;
}

.logo_bar_table_br_cell {
    width: 40px;
    height: 40px;
    background-image: url('../images/header-br.png');
    background-repeat: no-repeat;
}

/* */

.top_menu_bar {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px;
/*
    font-size: 11px;
*/
}
.top_menu_bar a {
    color: #ffffff;
    background-color: inherit;
    text-decoration: underline;
}
.top_menu_bar a:hover {
    color: #fdff00;
    background-color: inherit;
    text-decoration: underline;
}

.top_menu_bar_table {
    width: 100%;
    color: #ffffff;
    background-color: #652100;
    text-align: right;
}

.top_menu_bar_table_tl_cell {
    width: 20px;
    height: 20px;
    background-image: url('../images/menu-tl.png');
    background-repeat: no-repeat;
}

.top_menu_bar_table_tr_cell {
    width: 20px;
    height: 20px;
    background-image: url('../images/menu-tr.png');
    background-repeat: no-repeat;
}

.top_menu_bar_table_br_cell {
    width: 20px;
    height: 20px;
    background-image: url('../images/menu-br.png');
    background-repeat: no-repeat;
}

.top_menu_bar_table_bl_cell {
    width: 20px;
    height: 20px;
    background-image: url('../images/menu-bl.png');
    background-repeat: no-repeat;
}

/* */

.main {
    margin: 20px 20px 0px 20px;
    padding: 0px;
}

.main_title {
    height: 40px;
    margin: 0px 0px 20px 0px;
    padding-top: 5px;
    background-position: top right;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 200%;
}

.main_content {
}

/* */

.footer {
    margin: 20px 0px 0px 0px;
    font-size: 9px;
    text-align: center;
}

