HTML {
	SCROLLBAR-FACE-COLOR: #BDBEC0; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #f9f8f4; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}
BODY {
	FONT-SIZE: 11px; 
	COLOR: #003366; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	background:url(../images/bg.jpg);
}
TD {
	FONT-SIZE: 11px; COLOR: #003366; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
P {
	FONT-SIZE: 11px; COLOR: #003366; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.formstyle {
	FONT-SIZE: 11px; COLOR: #003399; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.listmenu {
	FONT-SIZE: 11px; WIDTH: 110px; COLOR: #003399; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A {
	FONT-SIZE: 11px; 
	COLOR:#006600; 
	TEXT-DECORATION: none;
	text-align:center;
	font-weight:bold;
}

A:hover {
	COLOR: #ff7e04; 
	TEXT-DECORATION: none;
}
A.clsBook {
	FONT-SIZE: 11px; 
	COLOR:#FF0000; 
	TEXT-DECORATION: none;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}

A.clsBook:hover {
	COLOR: #ff7e04; 
	TEXT-DECORATION: none;
}
.clsTop{
	text-align:center;
	font-weight:bold;
	COLOR:#FF0000; 
	text-transform:uppercase;
	TEXT-DECORATION: none;
}
.clsTop:link{
	text-align:center;
	COLOR:#FF0000; 
	font-weight:bold;
	text-transform:uppercase;
	TEXT-DECORATION: none;
}
.clsTop:hover{
	COLOR: #ff7e04; 
	text-transform:uppercase;
	text-decoration:none;
}
.clsTopMenu{
	text-align:center;
	font-weight:bold;
	COLOR:#003366; 
	TEXT-DECORATION: none;
}
.clsTopMenu:link{
	text-align:center;
	COLOR:#003366; 
	font-weight:bold;
	TEXT-DECORATION: none;
}
.clsTopMenu:hover{
	COLOR: #ff7e04; 
	text-decoration:none;
}
.newsLink{
	COLOR:#009900; 
	TEXT-DECORATION: none;
}
.newsLink:link{
	COLOR:#009900; 
	TEXT-DECORATION: none;
}
.newsLink:hover{
	COLOR: #ff7e04; 
	text-decoration:none;
}
.clsVacation{
	TEXT-DECORATION: none;
}
.clsVacation:link{
	TEXT-DECORATION: none;
}
.clsVacation:hover{
	COLOR: #ff7e04; 
	text-decoration:underline;
}

.clsHothotel{
	color:#FF0000;
	font-weight:bold;
	TEXT-DECORATION: none;
}
.clsHothotel:link{
	color:#FF0000;
	font-weight:bold;
	TEXT-DECORATION: none;
}
.clsHothotel:hover{
	COLOR: #ff7e04; 
	text-decoration:underline;
}
.clsLeftCate{
	text-align:center;
	font-weight:bold;
	COLOR:#FFFFFF; 
	TEXT-DECORATION: none;
}
.clsLeftCate:link{
	text-align:center;
	COLOR:#FFFFFF; 
	font-weight:bold;
	TEXT-DECORATION: none;
}
.clsLeftCate:hover{
	COLOR: #ff7e04; 
	text-decoration:none;
}

.clsmore{
	FONT-SIZE: 11px; 
	COLOR:#727272; 
	FONT-FAMILY: Tahoma; 
	TEXT-DECORATION: none;
	text-align:center;
}
.clsmore:link{
	FONT-SIZE: 11px; 
	COLOR:#727272; 
	FONT-FAMILY: Tahoma; 
	TEXT-DECORATION: none;
	text-align:center;
}
.clsmore:hover{
	FONT-SIZE: 11px; 
	COLOR:#ff7e04; 
	FONT-FAMILY: Tahoma; 
	TEXT-DECORATION: none;
	text-align:center;
}
.clsleft{
	FONT-SIZE: 11px; 
	COLOR:#3887D0; 
	FONT-FAMILY: Tahoma; 
	TEXT-DECORATION: none;
	font-weight:bold;
}
.clsleft:link{
	FONT-SIZE: 11px; 
	COLOR:#3887D0; 
	FONT-FAMILY: Tahoma; 
	TEXT-DECORATION: none;
	font-weight:bold;
}
.clsleft:hover{
	COLOR: #ff7e04; 
	font-weight:bold;	
}
.clsTitle {
	font-size:16px;
	text-align:center;
	color:#339900;
	height:29;
	font-weight:bold;
	background:#FFFFFF;
}
.clsFooter {
	font-weight:bold;
	COLOR:#000099; 
	TEXT-DECORATION: none;
	text-align:center;
}
.clsFooter: link {
	font-weight:bold;
	COLOR:#000099; 
	TEXT-DECORATION: none;
	text-align:center;
}

.clsFooter:hover {
	COLOR: #ff7e04; 
	TEXT-DECORATION: none;
}
/* Calendar style */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
.ndpTD {
	border: 1px solid #ece9d8;
	text-decoration:line-through;
	}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
/* End calendar style */
.clsTitleNews{
	font-weight:bold;
}
.BoxHeader{
	font-weight:bold;
	color:#FFFFFF;
}
