.drag-handle
{ /*Overwrite default drag handle bar background color with below*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FF0000;
	text-align:center;
	font-weight:normal;
}
a.button_link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#99FFFF;
	text-decoration: none;
	font-weight:normal;
}
a.button_link:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	color: #99FFFF;
	text-decoration: none;
}

#interVeil
{ /*CSS for veil that covers entire page while modal window is visible*/
	position: absolute;
	background: black url(blackdot.gif);
	width: 10px;
	left: 0;
	top: 0;
	z-index: 5;
	visibility: hidden;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=65);
	opacity: 0.65;
	background-repeat:repeat;
	height:100%;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
