body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.white {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.whitebold {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover {
	text-decoration: underline;
}
.menu {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}
.discount {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.menu_sub {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block; 
	padding: 1px 1px 1px 13px;
	

}
.menu_sub:hover {
	text-decoration: underline;
}
P {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
TD {
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
INPUT {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
SELECT {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}

.title {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
	color: #5184BC;
	text-decoration: none;
}
A,.smalltitle {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #5184BC;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

.login {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	background-color: #AEAEAF; 
	border : 1px solid #FFFFFF; 
	width:80px;
	font-size: 9px;}

.loginbutton {
	width:62px;
	height:15px;
	border-color: #FFFFFF; 
	background-color: #AEAEAF; 
	border-style: solid;
	border-width: 1px; 
	color: #000000;
	font-weight: normal;
	font-size: 9px; 
	cursor: pointer;
	cursor: hand;
}
.action_button {
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: #5184BC; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5184BC;
	padding: 0px 0px 0px 0px;
}

.dtabletr {
	background-color: #E8E8E8;
}

.boldtxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
.normaltxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.updtxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding_left: 30px;
}
.redtxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;

}

/* dhtmltooltip*/
#dhtmltooltip{
font-family: Verdana;
font-size: 11px;

position: absolute;
width: 350px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

