body, html {
	font-size: 82%;
	border: 0;
	overflow: visible;
	background-color: white;
	margin-top: 0;
	margin-left: 0;
}

* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
}

img {
	border: 0;
	vertical-align: middle;
}

td {
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 10px;
}

#total {
	padding-bottom: 4px;
	padding-left: 15px;
	height:35px;
	
}

a, a:active, a:visited {
	color: #009900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#dhtmltooltip {
	font-size: 9px;
	color: #666666;
	position: absolute;
	width: 175px;
	border: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #fff;
	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);*/
}

.tooltip {
	color: #009900;
	cursor: hand;
	text-decoration: underline;
}


