A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: underline;}
A:hover {text-decoration: underline;}

input
	{
		border:1px groove #003300;		
		color:#000000;
		height:20px;
	}
option {
	font-size:xx-small;
	color:#000000;
	}
textarea {
	color:#000000;
	}
select{
	font-size:xx-small;
	height:20px;
	color:#000000;
	}
radio
{
	border-style:none;
}

.txtpickup {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 12px;

}
.lnkhome {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

}
.txtmenuhead {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 12px;
	font-weight: bold;
}
.guestcheckhd1 {

	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 28px;
	color: #336699;
	font-weight: bold;
}
.guestcheckhd2 {


	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 14px;
	color: #336699;
	font-weight: bold;
}
.guestcheckhd2red {



	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 14px;
	color: #FF33CC;
	font-weight: bold;
}
.table500 {
	float: none;
	width: 500px;
}
.menulev1 {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.menudetail {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 12px;
}
.menulev2 {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 14px;
	font-weight: bold;

}
.menulev3 {


	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 12px;
	font-weight: bold;
}
#dhtmltooltip{
	position: absolute;
    width: 230px;
	border: 1px dotted blue;
	padding: 0px;
	background-color: lightblue;	
	font-family: Tahoma;
	font-size: 90%;
	color: #FF0000;
	font-weight:bold;
	visibility: hidden;
	z-index: 1000;

     /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
     filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

