body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
border-style:solid;
}
tr{
	
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	.large {
	font-size: 14px;
	font-weight: bold;

	}
.border {
	border: medium solid #000000;
}
.tooltip {
			border-bottom: 1px dotted #000000; color: #000000; outline: none;
			text-decoration: none;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			font-size:1.2em;
			position: absolute; left: -20px; bottom:.7em; z-index: 99;
			margin-left: 0; width: 250px;
		}
		.classic {background: #333; border: 1px solid #000; padding: 0.8em 1em;color:#fff }