@charset "utf-8";
/* CSS Document */

body{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
  font-weight:normal;
  }
a{
 outline:none;
 }
.border_white{
  border:1px solid #ffffff;
  }
.top_link{
   font-size:11px;
   color:#ffffff;
   text-decoration:none;
   }
.top_link:hover{
   font-size:11px;
   color:#ffcd9d;
   text-decoration:none;
   }
.form{
 width:170px;
   height:16px;
   border:1px solid #000000;
   background-color:#e0e0e0;
   font-size:11px;
   color:#000000;
   }
.link{
   font-size:12px;
   color:#000000;
   text-decoration:underline;
   }
.link:hover{
   font-size:12px;
   color:#ffcd9d;
   text-decoration:none;
   }
.white_text{
  color:#ffffff;
  }
.border_right{
   border-right:2px solid #f7ead9;
   }
.heading
{
 font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
 font-size:18px;
 font-weight:bold;
 color:#cd120f;
 font-stretch:expanded;
 }
.red
{
 font-size:13px;
 font-weight:bold;
 color:#cd120f;
 }
.copyright{
  font-size:11px;
  color:#ffffff;
  }
.meal_form{
  border:1px solid #c3c3c3;
  height:20px;
  font-size:11px;
  color:#585858;
  }
  .allborder {
	border: 1px solid #999999;
	background-image: url(../images/bg_table.gif);
	background-repeat: repeat-x;
}
