   p, li, td{
	color: #794E27;
	font-family: Tahoma,Arial, Verdana,  sans-serif;
	font-size: 9pt;
	line-height: 12pt;
   }

   input, textarea {
	color: #000000;
	font-family: Tahoma,Arial, Verdana,  sans-serif;
	font-size: 10pt;
	line-height: 12pt;
   }

   a:link {
   	TEXT-DECORATION: none;
   }
   a:visited {
   	TEXT-DECORATION: none;
   }
   a:active {
   	TEXT-DECORATION: none;
   }
   a:hover {
   	COLOR: blue; 
   	TEXT-DECORATION: underline;
   }

.button,.button:active
	 {	font-weight: bold;
		font-size : 8pt;
		text-align: center;
		color: #000000;
		background:#EBE0C9;
		text-decoration: none;
                padding: 2 2 2 2;
		border-width: 1 1 1 1;
		border-style: solid solid solid solid;
		border-color: #000000;
                margin: 0;
                cursor: pointer; 
         }

.button:hover {	font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
		background:#C6A56B;
               }

.button:visited { text-color: #000000;}


  .brdr_all {
          border-width:1;
          border-style:solid solid solid solid;
          border-color:#C6A56B;
          
   }
   .brdr_tbl {
          border-width:1;
          border-style:solid none solid solid;
          border-color:#C6A56B;
          
   }
   .brdr_bl {
          border-width:1;
          border-style:none none solid solid;
          border-color:#C6A56B;
          
   }
   .brdr_l {
          border-width:1;
          border-style:none none none solid;
          border-color:#C6A56B;
   }
   .brdr_lr {
          border-width:1;
          border-style:none solid none solid;
          border-color:#C6A56B;
   }
  .brdr_ltr {
          border-width:1;
          border-style:solid solid none solid;
          border-color:#C6A56B;
   }
   .brdr_rbl {
          border-width:1;
          border-style:none solid solid solid;
          border-color:#C6A56B;
          
   }
   .brdr_b {
          border-width:1;
          border-style:none none solid none;
          border-color:#C6A56B;
   }
   .brdr_t {
          border-width:1;
          border-style:solid none none none;
          border-color:#C6A56B;
   }
   
table.reserve {
	border-width: 2px;
	border-style: solid;
	border-color: #7B4A21;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	empty-cells: show;
	border-collapse: collapse;
	color: #794E27;
	font-family: Tahoma,Arial, Verdana,  sans-serif;
	font-size: 9pt;
	line-height: 12pt;
}

table.reserve th{
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.reserve td{
	border-width: 1;
	border-style: solid;
	border-color: #C6A56B;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
	vertical-align: middle;
}

table.reserve td.l{
	text-align: left;
	cursor: default;
}

table.reserve td.r{
	text-align: right;
	cursor: default;
}

table.reserve td.we{
	background-color: #E6D8BA;
}

table.reserve td.nobt{
	border-style: none solid none solid;	
}

table.reserve td.nob{
	border-style: solid solid none solid;	
}

.noprint {
	display: normal;
	}
.noshow {
	display: none;
	}
   
