﻿body
.standardText
{
	font-size: 10px;
	color: White;
	text: justify;
}

.tooltip
{
	visibility: hidden;
	position: absolute;
	width: 530px;
	background-color: #003000;
	opacity: 0.40;
	filter: alpha(opacity=92);
	border: 1px solid  #000000;
	padding: 12px 12px 12px 12px;
	margin: 5px 5px 5px 5px;
	z-index: 100;
	line-height: 15px;
}