td, body, div
	{
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:#7F7F7F;
	}
h1
	{
	font-size:14px;
	color:#ffffff;
	font-weight:normal;
	}
h2
	{
	font-size:13px;
	color:#055C58;
	font-weight:normal;
	}
a:link
	{
	color:#055C58;
	text-decoration:none;
	}
a:active
	{
	color:#055C58;
	text-decoration:none;
	}
a:visited
	{
	color:#055C58;
	text-decoration:none;
	}
a:hover
	{
	color:#021C1B;
	text-decoration:none;
	}
input
	{
	border:solid #055C58 1px;
	}

div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #c9ced0;
border: 6px solid #055c58;
color: #000000;
padding: 3px;
width: 250px; /*width of tooltip*/
}