/* CSS Document */
body {
	margin: 0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(image/bg-body.gif);
	background-repeat: repeat;		
}
a { 
	color: #005CA2; 
	text-decoration: none;
}
H1	{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
a:hover { 
	color: #0099FF; 
	text-decoration: underline;
}
.liteGreen	{
	color: #999966;	
}
.white	{
	color: #ffffff;	
}
.red	{
	color: #663300;
}
.bgDG	{
	background-color: #627e51;	
}
.bgLG	{
	background-color: #CCCCB3;	
}
.buttons	{
	background-image: url(image/button.gif);
	height: 21px;
	background-repeat: no-repeat;	
}
.button	{
	width: 113px;
	height: 21px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
	text-align: center;
}
.button	a	{
	width: 113px;
	height: 21px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.button	a:hover	{
	width: 113px;
	height: 21px;
	color: #ff0000;
	text-decoration: underline;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
#banner	{
	background-image: url(image/head1.gif);
	height: 112px;
	background-repeat: no-repeat;
	width: 722px;	
}
.menu1 {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339933;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	font-style: italic;
}
.name	{
	color: #0066FF;
	font-weight: bold;
	font-size: 11px;		
	}
.team	{
	font-size: 12px;
	font-weight: bold;	
}
.bgreservation
{
	background-image: url(image/mnu_reserv/bg_reservation.gif);
	height: 320px;
	background-repeat: no-repeat;
	width: 722px;	
 	}
.orange{
 background-color: #FF9933;	
}	
.forange{
font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
color: #FF9933;
}	
.fblue{
font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
color: #0000FF;
}

.lhead {
background-color:#eee;
border-top:#aaa 3px solid;
border-bottom:#aaa 3px solid;
padding:3px;
font:bold 14px verdana;
}
.lpart {
background-color:#f0f0f0;
border-left:#ccc 2px solid;
padding-bottom:25px;
}
.line {
	border: 1px solid #C1CDC1;
	width: 250px;
}

.redresult	{
	color: #FF0000;
}