body {
  background-color: #ffffff;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #000000;
}

table {
   font-size: 12px;
   color: #000000;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   text-align: left;
}

/*error*/
.error {
   font-size: 11px;
   color: #df0000;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   text-align: left;
}


/*inputs*/
input {
   width: 200px;
   height: 20px;
   border: 1px solid #000000;
}

textarea {
   width: 200px;
   height: 100px;
   border: 1px solid #000000;
}

input.btn {
   width: 100px;
   height: 20px;
   border: 1px solid #000000;
   font-weight: bold;
   color: #ffffff;
   background-color: #df0000;
}

.menu {
        font-size: 15px;
        font-weight: none;
        color: #000066;
        font-family: Arial, Helvetica, Sans-Serif;
        }
a.menu {
        color: #000066;
        text-decoration: none
        }
a.menu:hover {
               color: #336699;
               text-decoration: none
            }	
					
.black11a {
        font-size: 12px;
        font-weight: none;
        color: #000000;
        font-family: Arial, Helvetica, Sans-Serif;
        }
a.white11a {
        color: #000000;
        text-decoration: none
        }
a.white11a:hover {
               color: orange;
               text-decoration: none
            }
			
.white11a {
        font-size: 12px;
        font-weight: none;
        color: #ffffff;
        font-family: Arial, Helvetica, Sans-Serif;
        }
a.white11a {
        color: #ffffff;
        text-decoration: none
        }
a.white11a:hover {
               color: orange;
               text-decoration: none
            }
			
.blue11a {
        font-size: 12px;
        font-weight: none;
        color: #0000ff;
        font-family: Arial, Helvetica, Sans-Serif;
        }
a.blue11a {
        color: #0000ff;
        text-decoration: none
        }
a.blue11a:hover {
               color: #bb0000;
               text-decoration: none
            }
			
.blue12 {
        font-size: 12px;
        font-weight: none;
        color: #003C9C;
        font-family: Arial, Helvetica, Sans-Serif;
        }
a.blue12 {
        color: #003C9C;
        text-decoration: none
        }
a.blue12:hover {
               color: #bb0000;
               text-decoration: none
            }
			
.food_list {
        font-size: 12px;
        font-weight: none;
        color: #003C9C;
        font-family: Arial, Helvetica, Sans-Serif;
        }
a.food_list {
        color: #003C9C;
        text-decoration: none
        }
a.food_list:hover {
               color: #bb0000;
               text-decoration: none
            }			

.food_listb {
        font-size: 12px;
        font-weight: none;
        color: #000000;
        font-family: Arial, Helvetica, Sans-Serif;
        }
a.food_listb {
        color: #000000;
        text-decoration: none
        }	
			
.title {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif
        }
a.title {
        color: #000000;
        text-decoration: none
        }
a.title:hover {
               color: #000000;
               text-decoration: none
              }



