@charset "UTF-8"; 

body       { border:none; 
             padding:0; 
	         margin:0; }

a:link     { color:#000066; }
a:visited  { color:#000066; }
a:hover    { color:#0000FF; }

.style16   { font-size: xx-large;
	         color: #000066;
	         font-weight: bold;
	         font-family: Cambria; }
		 
.style19   { color: #FFFFFF; 
             font-size: large; 
		     font-family: Cambria; 
		     text-decoration:underline; }

.style20   { font-family: Cambria;
	         font-size: small;
	         color: #333333; }
		   
.style21   { color: #999999;
	         font-size: x-small; }

.style22   { font-family: Cambria;
	         font-weight: bold;
	         font-size: large; }

.style23   { color: #2E2E2E; }

.style24   { color: #FF0000; }

.style25   { color: #000066; 
             font-size:medium; 
		     font-family: Cambria; }


div.tooltip { position: relative;
	          z-index: 24;
	          text-decoration: none; }

div.tooltip:hover { z-index: 25; }

div.tooltip span { display: none; }

div.tooltip:hover span { display: block;
	                     position: absolute;
                         top: 0em; 
	                     left: 2em; 
	                     width: 250px;
                         border: 1px solid #0cf;
                         background-color: #ccc; 
	                     color: #000;
                         text-align: center; }

	
/* Implements Thumbnail ToolTips */
div.thumbtip {
	position: relative; 
	z-index: 24; 
	text-decoration: none}

div.thumbtip:hover {z-index: 25}

div.thumbtip span {display: none}

div.thumbtip:hover span { 
	display: block;
	position: absolute;
    top: 0em; 
	left: 0em;
	width: 265px;
    border: 1px solid #0cf;
    background-color: #ccc; 
	color: #000;
    text-align: center;
	font-size:large
}
