BODY, TD, SPAN, P {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

BODY, .no_padding {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;

    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

BODY {
    background-color: #e8e8e8;
    background-image: url(pics/white_pixel.gif);
    background-position: top;
    background-repeat: repeat-y;
}

a {
    color: #000000;
}

a.red_link {
    color: #f63509;
    font-weight: bold;
    text-decoration: none;
}

.top_bar {
    background-image: url(pics/top_bar.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

td.yellow_background, .yellow_background {
    background-color: #fac308;
}

td.light_yellow_background, .light_yellow_background {
    background-color: #fdf6d3;
}

td.small_text, .small_text {
    font-size: 10px;
}

.main_menu {
    background-image: url(pics/background_main_menu.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

.sub_menu {
    background-image: url(pics/background_sub_menu.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

.sub_sub_menu {
    background-image: url(pics/background_sub_sub_menu.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

a.main_menu_text, a.main_menu_text_selected, td.main_menu_text, td.main_menu_text_selected {
    font-size: 20px;
    font-weight: bold;

}

a.main_menu_text {
    text-decoration: none;
    color: #f63509;
}

td.main_menu_text, td.main_menu_text_selected {
    background-image: url(pics/large_dot.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 3px;
}

td.main_menu_text {
    color: #f63509;
}

a.shortcut_links {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;

}

a.sub_menu_text, a.sub_menu_text_selected, .sub_menu_text, .sub_menu_text_selected {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

a.sub_menu_text, .sub_menu_text {
    color: #f63509;
}

a.sub_sub_menu_text, a.sub_sub_menu_text_selected, .sub_sub_menu_text, .sub_sub_menu_text_selected {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.sub_sub_menu_text, .sub_sub_menu_text {
    color: #f63509;
}

.context_images {
    background-image: url(pics/background_context_pictures.jpg);
    background-position: top;
    background-repeat: no-repeat;

}

span.title_span {
    color: #f63509;
    font-weight: bold;
    line-height: 20px;
}

td.horizontal_dotted_delimiter {
    background-image: url(pics/horizontal-dotted-line.gif);
    background-position: bottom;
    background-repeat: repeat-x;

}

td.bottom_navigation_delimiter, .bottom_navigation_delimtier {
    font-weight: bold;
    font-size: 11px;
}

a.bottom_navigation {
    font-weight: bold;
    text-decoration: none;
}