﻿@charset "utf-8";
/* CSS Document */
<!--

	BODY, TD {
	font-family : Times New Roman ;
	text-decoration: none;
	color:#003366;
	font-size:10pt;
}

A {
	font-family : "Times New Roman";
		color:BLUE;
		font-size:10pt;
		text-decoration: none;
	}
	
	A:HOVER {
		background-color:#003366;
		font-family : "Times New Roman";
		text-decoration: underline;
		color:#FFFFFF;
		font-size:10pt;
	}
A:VISITED {
	font-family : "Times New Roman";
	text-decoration: none;
	color:PURPLE;
	font-size:10pt;
}
A:VISITED:HOVER {
	font-family : "Times New Roman";
	text-decoration: none;
	background-color:#003366;
	color:WHITE;
	font-size:10pt;
}

.toolTip{ position: relative; }   
.toolTip span{   
    display: block;   
    border: solid 1px #999;   
    background-color: #eee;   
    color: #666;   
    text-decoration: none;   
    position: absolute;   
    top: 20px;   
    left: 10px;   
    padding: 5px;   
    visibility: hidden;   
    width: 150px;   
}   
  
a.toolTip:hover,a.toolTip:hover span{ visibility: visible; z-index: 100; } 

-->
