body {
	background-color: #FFFFFF;
}

body, td {
        font-family: arial, helvetica, sans-serif;
        font-size: 75%;
        margin: 0px;
                text-align: justify;
}

td.j {
                text-align: justify;
}

input, select {
        font-size: 75%;
}

h1 {
                font-size: 125%;
                font-weight: bold;
		text-align: center;
}

h2 {
                font-size: 110%;
                font-weight: bold;
}

h3 {
                font-size: 100%;
                font-weight: bold;
					 margin: 0px;
}

form {
        margin: 0px;
}

p {
        margin: 0px;
        text-align: justify;
}









.foodstuff_mainfood {
        color: Navy;
        font-size: 110%;
        font-weight: bold;
}

.foodstuff_mainmadeof {
        color: Navy;
        font-size: 110%;
        font-weight: bold;
}

.foodstuff_maintypesofdishes {
        color: Navy;
        font-size: 110%;
        font-weight: bold;
}

.selected_maintypesofdishes {
        color: Navy;
        font-size: 110%;
        font-weight: bold;
}




.foodstuff_subfood {
        color: Navy;
        font-size: 90%;
}
.foodstuff_submadeof {
        color: Navy;
        font-size: 90%;
}
.foodstuff_subtypesofdishes {
        color: Navy;
        font-size: 90%;
}

.selected_subtypesofdishes {
        color: Navy;
        font-size: 90%;
}

.food_list_normal {
        color: Navy;
        font-size: 90%;
}
.recipes_list_normal {
        color: Navy;
        font-size: 90%;
}




.letters_list {
        color: Navy;
        font-size: 120%;
        font-weight: bold;
}
.letters_list_select {
        color: Red;
        font-size: 120%;
        font-weight: bold;
}

.letter_count {
        font-size: 75%;
}

.main_left_list_active {
        color: #FF0000;
        font-size: 110%;
        font-weight: bold;
}

.main_left_list_normal {
        color: Navy;
        font-size: 110%;
        font-weight: bold;
}

.sub_left_list_active {
        color: #FF0000;
        font-size: 90%;
}

.sub_left_list_normal {
        color: Navy;
        font-size: 90%;
}

.horizontal_menu_table {
        background: #7b8497;

}
.horizontal_submenu_table {
        background: #005c87;

}

.horizontal_menu_active_col {
        background: White;
}

.horizontal_menu_normal {
        color: White;
}

a.horizontal_menu_normal:visited {
        color: White;
}

.foodstuff_offset {
        color: Red;
        font-weight: bold;
}

.recipes_offset {
        color: Red;
        font-weight: bold;
}

.header_line {
        background: #005c87;
        padding: 2px;
}

.tail_line {
        background: #005c87;
        padding: 2px;
}

#red_line {
                border-bottom: solid Red;
}

.login {
        margin-right: 50px;
}

a:hover {
        text-decoration: none;
}

a:visited {
        color: Navy;
}

a.red {
        color: Red;
}

a.red:visited {
        color: #CA0000;
}

a.blue {
        color: blue;
}
a.blue:hover {
        color: Red;
        text-decoration: none;
}
a.blue:visited {
        color: blue;
}

.topiccollection {
        background-color: Blue;
        color: White;
}
.topiccollection_selected {
        background-color: Red;
        color: White;
}

#grey {
        color: #919191;
}

#normal_col {
        padding: 10px;
}

#normal_col_top {
        padding: 0px 10px 10px 10px;
}

#right {
        text-align: right;      
}


.offset {
        color: Red;
        font-weight: bold;
}
