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;
}
.txtwelcome {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;

}
.txtname {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 38px;
	color: #FFFFFF;
	font-weight: bold;

}
.txtaddress {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;


}
.txtheadblue {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	color: #666699;
	font-weight: bold;

}
.txtdetail {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 14px;
	color: #990000;

}
.txtdetail2 {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 12px;
	color: #990000;

}
.txtdetail_white {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 14px;
	color: #b4b3b3;

}
.txtdetail2_white {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 12px;
	color: #b4b3b3;

}
.txtheadred {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;

}
.txtdetailwhite {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 16px;
	color: #FFFFFF;
}
.txtheadblack {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.txtheadblack2 {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.txtheadblack3 {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

/* For only popup picture in menu */
#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);
}

